Kconfig 255 B

1234567891011
  1. menu "Apple"
  2. config SND_SOC_APPLE_MCA
  3. tristate "Apple Silicon MCA driver"
  4. depends on ARCH_APPLE || COMPILE_TEST
  5. select SND_DMAENGINE_PCM
  6. help
  7. This option enables an ASoC platform driver for MCA peripherals found
  8. on Apple Silicon SoCs.
  9. endmenu