diff options
Diffstat (limited to 'sound/x86/Kconfig')
-rw-r--r-- | sound/x86/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/x86/Kconfig b/sound/x86/Kconfig index 84c8f8fc597c..8adf4d1bd46e 100644 --- a/sound/x86/Kconfig +++ b/sound/x86/Kconfig @@ -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 |