e8b98ff428
Fixed wrong dependencies of snd-aoa driver. It selects PCM instead. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
19 lines
361 B
Plaintext
19 lines
361 B
Plaintext
menu "Apple Onboard Audio driver"
|
|
depends on SND!=n && PPC
|
|
|
|
config SND_AOA
|
|
tristate "Apple Onboard Audio driver"
|
|
depends on SND
|
|
select SND_PCM
|
|
---help---
|
|
This option enables the new driver for the various
|
|
Apple Onboard Audio components.
|
|
|
|
source "sound/aoa/fabrics/Kconfig"
|
|
|
|
source "sound/aoa/codecs/Kconfig"
|
|
|
|
source "sound/aoa/soundbus/Kconfig"
|
|
|
|
endmenu
|