Kconfig 573 B

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