Kconfig 596 B

123456789101112131415161718192021222324252627
  1. if ARCH_KS8695
  2. menu "Kendin/Micrel KS8695 Implementations"
  3. config MACH_KS8695
  4. bool "KS8695 development board"
  5. select MIGHT_HAVE_PCI
  6. help
  7. Say 'Y' here if you want your kernel to run on the original
  8. Kendin-Micrel KS8695 development board.
  9. config MACH_DSM320
  10. bool "DSM-320 Wireless Media Player"
  11. help
  12. Say 'Y' here if you want your kernel to run on the D-Link
  13. DSM-320 Wireless Media Player.
  14. config MACH_ACS5K
  15. bool "Brivo Systems LLC, ACS-5000 Master board"
  16. help
  17. say 'Y' here if you want your kernel to run on the Brivo
  18. Systems LLC, ACS-5000 Master board.
  19. endmenu
  20. endif