]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/mach-ks8695/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / mach-ks8695 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
c53c9cf6
AV
2if ARCH_KS8695
3
4menu "Kendin/Micrel KS8695 Implementations"
5
9bf77ee6
AV
6config MACH_KS8695
7 bool "KS8695 development board"
eb01d42a 8 select HAVE_PCI
9bf77ee6
AV
9 help
10 Say 'Y' here if you want your kernel to run on the original
11 Kendin-Micrel KS8695 development board.
c53c9cf6 12
6174dee5
DS
13config MACH_DSM320
14 bool "DSM-320 Wireless Media Player"
15 help
16 Say 'Y' here if you want your kernel to run on the D-Link
17 DSM-320 Wireless Media Player.
18
b74788d8
DS
19config MACH_ACS5K
20 bool "Brivo Systems LLC, ACS-5000 Master board"
21 help
22 say 'Y' here if you want your kernel to run on the Brivo
23 Systems LLC, ACS-5000 Master board.
24
02c5f160
GU
25config MACH_LITE300
26 bool "SecureComputing SG300"
27 help
28 Say 'Y' here if you want your kernel to support the
29 SecureComputing / SnapGear SG300 VPN Internet Router.
30 See http://www.securecomputing.com for more details.
31
32config MACH_SG310
33 bool "McAfee SG310"
34 help
35 Say 'Y' here if you want your kernel to support the
36 McAfee / SnapGear SG310 VPN Internet Router.
37 See http://www.mcafee.com for more details.
38
39config MACH_SE4200
40 bool "SecureComputing SE4200"
41 help
42 Say 'Y' here if you want your kernel to support the
43 SecureComputing / SnapGear SE4200 Secure Wireless VPN
44 Internet Router.
45 See http://www.securecomputing.com for more details.
46
a7b85754
GU
47config MACH_CM4002
48 bool "OpenGear CM4002"
49 help
50 Say 'Y' here if you want your kernel to support the OpenGear
51 CM4002 Secure Access Server. See http://www.opengear.com for
52 more details.
53
54config MACH_CM4008
55 bool "OpenGear CM4008"
eb01d42a 56 select HAVE_PCI
a7b85754
GU
57 help
58 Say 'Y' here if you want your kernel to support the OpenGear
59 CM4008 Console Server. See http://www.opengear.com for more
60 details.
61
62config MACH_CM41xx
63 bool "OpenGear CM41xx"
eb01d42a 64 select HAVE_PCI
a7b85754
GU
65 help
66 Say 'Y' here if you want your kernel to support the OpenGear
67 CM4016 or CM4048 Console Servers. See http://www.opengear.com for
68 more details.
69
70config MACH_IM4004
71 bool "OpenGear IM4004"
eb01d42a 72 select HAVE_PCI
a7b85754
GU
73 help
74 Say 'Y' here if you want your kernel to support the OpenGear
75 IM4004 Secure Access Server. See http://www.opengear.com for
76 more details.
77
78config MACH_IM42xx
79 bool "OpenGear IM42xx"
eb01d42a 80 select HAVE_PCI
a7b85754
GU
81 help
82 Say 'Y' here if you want your kernel to support the OpenGear
83 IM4216 or IM4248 Console Servers. See http://www.opengear.com for
84 more details.
85
c53c9cf6
AV
86endmenu
87
88endif