Kconfig 181 B

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