cifs: update internal module version number
[sfrench/cifs-2.6.git] / arch / arm / mach-ks8695 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if ARCH_KS8695
3
4 menu "Kendin/Micrel KS8695 Implementations"
5
6 config MACH_KS8695
7         bool "KS8695 development board"
8         select HAVE_PCI
9         help
10           Say 'Y' here if you want your kernel to run on the original
11           Kendin-Micrel KS8695 development board.
12
13 config 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
19 config 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
25 config 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
32 config 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
39 config 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
47 config 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
54 config MACH_CM4008
55         bool "OpenGear CM4008"
56         select HAVE_PCI
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
62 config MACH_CM41xx
63         bool "OpenGear CM41xx"
64         select HAVE_PCI
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
70 config MACH_IM4004
71         bool "OpenGear IM4004"
72         select HAVE_PCI
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
78 config MACH_IM42xx
79         bool "OpenGear IM42xx"
80         select HAVE_PCI
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
86 endmenu
87
88 endif