]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: x86: Make CONFIG_SND_X86 bool
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2017 12:26:02 +0000 (13:26 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2017 12:26:02 +0000 (13:26 +0100)
commitc6736a94d0e527ddc0d1eb99dbc59886a9ecf471
tree90bd17d6662e481065351dfc3fd33568708eb279
parentcc3a47a248d7791ef0d2c81a35c46769e55e4c6c
ALSA: x86: Make CONFIG_SND_X86 bool

CONFIG_SND_X86 is a menu config to filter only for x86-specific
drivers in its sub-menu, and this doesn't have to be tristate but
rather it should be a bool.  Also, like other sub-menu configs, it's
more user-friendly to be default=y; it's merely a menu config and the
actual drivers are configured in the sub-menu, after all.

Fixes: 287599cf2d77 ("ALSA: add Intel HDMI LPE audio driver for BYT/CHT-T")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/Kconfig