Kconfig 228 B

1234567891011
  1. menu "SoC Audio support for Allwinner SoCs"
  2. depends on ARCH_SUNXI
  3. config SND_SUNXI_SOC_CODEC
  4. tristate "APB on-chip sun4i/sun5i/sun7i CODEC"
  5. select SND_SOC_GENERIC_DMAENGINE_PCM
  6. select REGMAP_MMIO
  7. default y
  8. endmenu