Kconfig 253 B

123456789
  1. menuconfig DRIVERS_SOUND
  2. bool "Sound card support"
  3. default y
  4. if DRIVERS_SOUND
  5. source "drivers/hal/source/sound/codecs/Kconfig"
  6. source "drivers/hal/source/sound/platform/Kconfig"
  7. source "drivers/hal/source/sound/component/Kconfig"
  8. endif # SOUND