Skip to content

Commit

Permalink
ALSA: x86: Make CONFIG_SND_X86 bool
Browse files Browse the repository at this point in the history
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: 287599c ("ALSA: add Intel HDMI LPE audio driver for BYT/CHT-T")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Mar 21, 2017
1 parent cc3a47a commit c6736a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/x86/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
menuconfig SND_X86
tristate "X86 sound devices"
bool "X86 sound devices"
depends on X86
default y
---help---
X86 sound devices that don't fall under SoC or PCI categories

Expand Down

0 comments on commit c6736a9

Please sign in to comment.