Kconfig 381 B

1234567891011121314
  1. config SND_AOA_SOUNDBUS
  2. tristate "Apple Soundbus support"
  3. select SND_PCM
  4. ---help---
  5. This option enables the generic driver for the soundbus
  6. support on Apple machines.
  7. It is required for the sound bus implementations.
  8. config SND_AOA_SOUNDBUS_I2S
  9. tristate "I2S bus support"
  10. depends on SND_AOA_SOUNDBUS && PCI
  11. ---help---
  12. This option enables support for Apple I2S busses.