2022-12-03 12:07:44 +08:00
|
|
|
menuconfig DRIVERS_SOUND
|
2023-01-09 10:14:23 +08:00
|
|
|
bool "Sound card support"
|
|
|
|
default y
|
2022-12-03 12:07:44 +08:00
|
|
|
|
|
|
|
if DRIVERS_SOUND
|
|
|
|
source "drivers/hal/source/sound/codecs/Kconfig"
|
|
|
|
source "drivers/hal/source/sound/platform/Kconfig"
|
|
|
|
source "drivers/hal/source/sound/component/Kconfig"
|
|
|
|
endif # SOUND
|