Kconfig 431 B

12345678910111213141516171819
  1. #
  2. # SoC audio configuration
  3. #
  4. menu "SoC audio support"
  5. depends on SND!=n
  6. config SND_SOC
  7. tristate "SoC audio support"
  8. ---help---
  9. If you want SoC support, you should say Y here and also to the
  10. specific driver for your SoC below. You will also need to select the
  11. specific codec(s) attached to the SoC
  12. This SoC audio support can also be built as a module. If so, the module
  13. will be called snd-soc-core.
  14. endmenu