Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig SND_AOA
0003         tristate "Apple Onboard Audio driver"
0004         depends on PPC_PMAC
0005         select SND_PCM
0006         help
0007         This option enables the new driver for the various
0008         Apple Onboard Audio components.
0009 
0010 if SND_AOA
0011 
0012 source "sound/aoa/fabrics/Kconfig"
0013 
0014 source "sound/aoa/codecs/Kconfig"
0015 
0016 source "sound/aoa/soundbus/Kconfig"
0017 
0018 endif   # SND_AOA