Andrew Victor | c53c9cf | 2007-05-11 21:01:28 +0100 | [diff] [blame] | 1 | if ARCH_KS8695 |
| 2 | |
| 3 | menu "Kendin/Micrel KS8695 Implementations" |
| 4 | |
Andrew Victor | 9bf77ee | 2007-05-11 21:14:53 +0100 | [diff] [blame] | 5 | config MACH_KS8695 |
| 6 | bool "KS8695 development board" |
Hans Ulli Kroll | 0b05da7 | 2010-12-02 12:32:15 +0100 | [diff] [blame] | 7 | select MIGHT_HAVE_PCI |
Andrew Victor | 9bf77ee | 2007-05-11 21:14:53 +0100 | [diff] [blame] | 8 | help |
| 9 | Say 'Y' here if you want your kernel to run on the original |
| 10 | Kendin-Micrel KS8695 development board. |
Andrew Victor | c53c9cf | 2007-05-11 21:01:28 +0100 | [diff] [blame] | 11 | |
Daniel Silverstone | 6174dee | 2008-12-13 20:44:15 +0000 | [diff] [blame] | 12 | config 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 | |
Daniel Silverstone | b74788d | 2009-01-29 11:33:10 +0100 | [diff] [blame] | 18 | config 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 | |
Greg Ungerer | 02c5f16 | 2012-09-07 15:24:09 +1000 | [diff] [blame] | 24 | config MACH_LITE300 |
| 25 | bool "SecureComputing SG300" |
| 26 | help |
| 27 | Say 'Y' here if you want your kernel to support the |
| 28 | SecureComputing / SnapGear SG300 VPN Internet Router. |
| 29 | See http://www.securecomputing.com for more details. |
| 30 | |
| 31 | config MACH_SG310 |
| 32 | bool "McAfee SG310" |
| 33 | help |
| 34 | Say 'Y' here if you want your kernel to support the |
| 35 | McAfee / SnapGear SG310 VPN Internet Router. |
| 36 | See http://www.mcafee.com for more details. |
| 37 | |
| 38 | config MACH_SE4200 |
| 39 | bool "SecureComputing SE4200" |
| 40 | help |
| 41 | Say 'Y' here if you want your kernel to support the |
| 42 | SecureComputing / SnapGear SE4200 Secure Wireless VPN |
| 43 | Internet Router. |
| 44 | See http://www.securecomputing.com for more details. |
| 45 | |
Greg Ungerer | a7b8575 | 2012-09-07 15:35:39 +1000 | [diff] [blame] | 46 | config MACH_CM4002 |
| 47 | bool "OpenGear CM4002" |
| 48 | help |
| 49 | Say 'Y' here if you want your kernel to support the OpenGear |
| 50 | CM4002 Secure Access Server. See http://www.opengear.com for |
| 51 | more details. |
| 52 | |
| 53 | config MACH_CM4008 |
| 54 | bool "OpenGear CM4008" |
| 55 | select MIGHT_HAVE_PCI |
| 56 | help |
| 57 | Say 'Y' here if you want your kernel to support the OpenGear |
| 58 | CM4008 Console Server. See http://www.opengear.com for more |
| 59 | details. |
| 60 | |
| 61 | config MACH_CM41xx |
| 62 | bool "OpenGear CM41xx" |
| 63 | select MIGHT_HAVE_PCI |
| 64 | help |
| 65 | Say 'Y' here if you want your kernel to support the OpenGear |
| 66 | CM4016 or CM4048 Console Servers. See http://www.opengear.com for |
| 67 | more details. |
| 68 | |
| 69 | config MACH_IM4004 |
| 70 | bool "OpenGear IM4004" |
| 71 | select MIGHT_HAVE_PCI |
| 72 | help |
| 73 | Say 'Y' here if you want your kernel to support the OpenGear |
| 74 | IM4004 Secure Access Server. See http://www.opengear.com for |
| 75 | more details. |
| 76 | |
| 77 | config MACH_IM42xx |
| 78 | bool "OpenGear IM42xx" |
| 79 | select MIGHT_HAVE_PCI |
| 80 | help |
| 81 | Say 'Y' here if you want your kernel to support the OpenGear |
| 82 | IM4216 or IM4248 Console Servers. See http://www.opengear.com for |
| 83 | more details. |
| 84 | |
Andrew Victor | c53c9cf | 2007-05-11 21:01:28 +0100 | [diff] [blame] | 85 | endmenu |
| 86 | |
| 87 | endif |