Kconfig 399 B

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