mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 14:36:41 +07:00
607c0fbee7
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
menu "Apple Onboard Audio driver"
|
|
depends on SND!=n && PPC
|
|
|
|
config SND_AOA
|
|
tristate "Apple Onboard Audio driver"
|
|
depends on SOUND && 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
|