Kconfig 241 B

12345678910111213
  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. endmenu
  9. endif