home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / sound / aoa / Kconfig next >
Encoding:
Text File  |  2006-08-11  |  361 b   |  19 lines

  1. menu "Apple Onboard Audio driver"
  2.     depends on SND!=n && PPC
  3.  
  4. config SND_AOA
  5.     tristate "Apple Onboard Audio driver"
  6.     depends on SND
  7.     select SND_PCM
  8.     ---help---
  9.     This option enables the new driver for the various
  10.     Apple Onboard Audio components.
  11.  
  12. source "sound/aoa/fabrics/Kconfig"
  13.  
  14. source "sound/aoa/codecs/Kconfig"
  15.  
  16. source "sound/aoa/soundbus/Kconfig"
  17.  
  18. endmenu
  19.