d91c4e8c63
The dependencies in the soundbus Kconfig were wrong, it isn't experimental any more. This patch fixes that and makes it select SND_PCM too instead of depending on it. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
config SND_AOA_SOUNDBUS
|
|
tristate "Apple Soundbus support"
|
|
depends on SOUND
|
|
select SND_PCM
|
|
---help---
|
|
This option enables the generic driver for the soundbus
|
|
support on Apple machines.
|
|
|
|
It is required for the sound bus implementations.
|
|
|
|
config SND_AOA_SOUNDBUS_I2S
|
|
tristate "I2S bus support"
|
|
depends on SND_AOA_SOUNDBUS && PCI
|
|
---help---
|
|
This option enables support for Apple I2S busses.
|