10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
menuconfig DRIVERS_SOUND
|
|
bool "Sound card support"
|
|
default y
|
|
|
|
if DRIVERS_SOUND
|
|
rsource "codecs/Kconfig"
|
|
rsource "platform/Kconfig"
|
|
rsource "component/Kconfig"
|
|
endif # SOUND
|