Kconfig.sound: Allow not selecting from the root of the config tree

Change it to avoid needing to enter at the menu, in order to disable
snd-bt87x audio module. Also, as this tries to mimic Kernel drivers
Kconfig, use the same name there for the menuconfig, and adds a help
for the sound stuff.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab
2011-08-07 09:20:18 -03:00
parent 18b5cffe6c
commit b53c58c26c

View File

@@ -1,5 +1,11 @@
menu "Audio devices for multimedia"
menuconfig AUDIO_SUPPORT
bool "Sound card support"
help
Allow to select the Kconfig options found at Kernel's
sound/pci/Kconfig file.
Currently, only snd-bt87x is available on this backport tree.
if AUDIO_SUPPORT
# This is part of sound/pci/Kconfig
comment "ALSA sound"
@@ -35,5 +41,4 @@ config SND_FM801_TEA575X
Forte SF256-PCS-02) into the snd-fm801 driver.
This will enable support for the old V4L1 API.
endmenu
endif