Kconfig 400 B

12345678910111213141516171819
  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. endmenu
  14. endif