xref: /linux/sound/aoa/soundbus/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2f3d9478bSJohannes Bergconfig SND_AOA_SOUNDBUS
3f3d9478bSJohannes Berg	tristate "Apple Soundbus support"
4d91c4e8cSJohannes Berg	select SND_PCM
5f3d9478bSJohannes Berg	---help---
6f3d9478bSJohannes Berg	This option enables the generic driver for the soundbus
7f3d9478bSJohannes Berg	support on Apple machines.
8f3d9478bSJohannes Berg
9f3d9478bSJohannes Berg	It is required for the sound bus implementations.
10f3d9478bSJohannes Berg
11f3d9478bSJohannes Bergconfig SND_AOA_SOUNDBUS_I2S
12f3d9478bSJohannes Berg	tristate "I2S bus support"
13f3d9478bSJohannes Berg	depends on SND_AOA_SOUNDBUS && PCI
14f3d9478bSJohannes Berg	---help---
15f3d9478bSJohannes Berg	This option enables support for Apple I2S busses.
16