mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-14 13:39:13 +08:00
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
|