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