mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
55ae922323
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 lines
366 B
Text
18 lines
366 B
Text
menu "Apple Onboard Audio driver"
|
|
depends on SND!=n && PPC_PMAC
|
|
|
|
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
|