You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
+12
-4
@@ -1,14 +1,22 @@
|
||||
# ALSA SH drivers
|
||||
|
||||
menu "SUPERH devices"
|
||||
depends on SND!=n && SUPERH
|
||||
menuconfig SND_SUPERH
|
||||
bool "SUPERH sound devices"
|
||||
depends on SUPERH
|
||||
default y
|
||||
help
|
||||
Support for sound devices specific to SUPERH architectures.
|
||||
Drivers that are implemented on ASoC can be found in
|
||||
"ALSA for SoC audio support" section.
|
||||
|
||||
if SND_SUPERH
|
||||
|
||||
config SND_AICA
|
||||
tristate "Dreamcast Yamaha AICA sound"
|
||||
depends on SH_DREAMCAST && SND
|
||||
depends on SH_DREAMCAST
|
||||
select SND_PCM
|
||||
help
|
||||
ALSA Sound driver for the SEGA Dreamcast console.
|
||||
|
||||
endmenu
|
||||
endif # SND_SUPERH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user