1
0

sound: Convert to menuconfig

Convert menu in sound Kconfig files to menuconfig and if.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai
2008-05-23 16:10:37 +02:00
parent 06b5fb97ce
commit 89fe511792
26 changed files with 211 additions and 273 deletions

View File

@@ -1,7 +1,13 @@
#SPI drivers
menu "SPI devices"
depends on SND != n
menuconfig SND_SPI
bool "SPI sound devices"
depends on SPI
default y
help
Support for sound devices connected via the SPI bus.
if SND_SPI
config SND_AT73C213
tristate "Atmel AT73C213 DAC driver"
@@ -28,4 +34,5 @@ config SND_AT73C213_TARGET_BITRATE
Set to 48000 Hz by default.
endmenu
endif # SND_SPI