Kconfig 534 B

1234567891011121314151617181920212223
  1. # ALSA PowerMac drivers
  2. menu "ALSA PowerMac devices"
  3. depends on SND!=n && PPC
  4. comment "ALSA PowerMac requires I2C"
  5. depends on SND && I2C=n
  6. comment "ALSA PowerMac requires INPUT"
  7. depends on SND && INPUT=n
  8. config SND_POWERMAC
  9. tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
  10. depends on SND && I2C && INPUT && PPC_PMAC
  11. select SND_PCM
  12. help
  13. Say Y here to include support for the integrated sound device.
  14. To compile this driver as a module, choose M here: the module
  15. will be called snd-powermac.
  16. endmenu