mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user