diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-11-15 16:44:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 12:16:52 -0500 |
commit | 4b27e0e1189c605a89418754fac93a74a3434c31 (patch) | |
tree | 789d82a3686728a95362c2c562ad94268d60db83 /arch | |
parent | 12e271a84ece4fcdeb2554ad4dae0ab500939332 (diff) |
sparc: add "Bus options" to Kconfig
To align with sparc64 add a "Bus options" menu
This has the additiona advantage that all
bus options are kept together
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/Kconfig | 128 |
1 files changed, 67 insertions, 61 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 0a2062eb15a1..61a3a0c5cd0b 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -92,50 +92,6 @@ config NR_CPUS | |||
92 | source "kernel/Kconfig.hz" | 92 | source "kernel/Kconfig.hz" |
93 | 93 | ||
94 | # Global things across all Sun machines. | 94 | # Global things across all Sun machines. |
95 | config ISA | ||
96 | bool | ||
97 | help | ||
98 | ISA is found on Espresso only and is not supported currently. | ||
99 | Say N | ||
100 | |||
101 | config EISA | ||
102 | bool | ||
103 | help | ||
104 | EISA is not supported. | ||
105 | Say N | ||
106 | |||
107 | config MCA | ||
108 | bool | ||
109 | help | ||
110 | MCA is not supported. | ||
111 | Say N | ||
112 | |||
113 | config PCMCIA | ||
114 | tristate | ||
115 | ---help--- | ||
116 | Say Y here if you want to attach PCMCIA- or PC-cards to your Linux | ||
117 | computer. These are credit-card size devices such as network cards, | ||
118 | modems or hard drives often used with laptops computers. There are | ||
119 | actually two varieties of these cards: the older 16 bit PCMCIA cards | ||
120 | and the newer 32 bit CardBus cards. If you want to use CardBus | ||
121 | cards, you need to say Y here and also to "CardBus support" below. | ||
122 | |||
123 | To use your PC-cards, you will need supporting software from David | ||
124 | Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> | ||
125 | for location). Please also read the PCMCIA-HOWTO, available from | ||
126 | <http://www.tldp.org/docs.html#howto>. | ||
127 | |||
128 | To compile this driver as modules, choose M here: the | ||
129 | modules will be called pcmcia_core and ds. | ||
130 | |||
131 | config SBUS | ||
132 | bool | ||
133 | default y | ||
134 | |||
135 | config SBUSCHAR | ||
136 | bool | ||
137 | default y | ||
138 | |||
139 | config SERIAL_CONSOLE | 95 | config SERIAL_CONSOLE |
140 | bool | 96 | bool |
141 | default y | 97 | default y |
@@ -159,14 +115,6 @@ config SERIAL_CONSOLE | |||
159 | 115 | ||
160 | If unsure, say N. | 116 | If unsure, say N. |
161 | 117 | ||
162 | config SUN_AUXIO | ||
163 | bool | ||
164 | default y | ||
165 | |||
166 | config SUN_IO | ||
167 | bool | ||
168 | default y | ||
169 | |||
170 | config RWSEM_GENERIC_SPINLOCK | 118 | config RWSEM_GENERIC_SPINLOCK |
171 | bool | 119 | bool |
172 | default y | 120 | default y |
@@ -212,6 +160,73 @@ config SUN_PM | |||
212 | Enable power management and CPU standby features on supported | 160 | Enable power management and CPU standby features on supported |
213 | SPARC platforms. | 161 | SPARC platforms. |
214 | 162 | ||
163 | config SPARC_LED | ||
164 | tristate "Sun4m LED driver" | ||
165 | help | ||
166 | This driver toggles the front-panel LED on sun4m systems | ||
167 | in a user-specifiable manner. Its state can be probed | ||
168 | by reading /proc/led and its blinking mode can be changed | ||
169 | via writes to /proc/led | ||
170 | |||
171 | source "mm/Kconfig" | ||
172 | |||
173 | endmenu | ||
174 | |||
175 | menu "Bus options (PCI etc.)" | ||
176 | config ISA | ||
177 | bool | ||
178 | help | ||
179 | ISA is found on Espresso only and is not supported currently. | ||
180 | |||
181 | config ISAPNP | ||
182 | bool | ||
183 | help | ||
184 | ISAPNP is not supported | ||
185 | |||
186 | config EISA | ||
187 | bool | ||
188 | help | ||
189 | EISA is not supported. | ||
190 | |||
191 | config MCA | ||
192 | bool | ||
193 | help | ||
194 | MCA is not supported. | ||
195 | |||
196 | config PCMCIA | ||
197 | tristate | ||
198 | ---help--- | ||
199 | Say Y here if you want to attach PCMCIA- or PC-cards to your Linux | ||
200 | computer. These are credit-card size devices such as network cards, | ||
201 | modems or hard drives often used with laptops computers. There are | ||
202 | actually two varieties of these cards: the older 16 bit PCMCIA cards | ||
203 | and the newer 32 bit CardBus cards. If you want to use CardBus | ||
204 | cards, you need to say Y here and also to "CardBus support" below. | ||
205 | |||
206 | To use your PC-cards, you will need supporting software from David | ||
207 | Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> | ||
208 | for location). Please also read the PCMCIA-HOWTO, available from | ||
209 | <http://www.tldp.org/docs.html#howto>. | ||
210 | |||
211 | To compile this driver as modules, choose M here: the | ||
212 | modules will be called pcmcia_core and ds. | ||
213 | |||
214 | config SBUS | ||
215 | bool | ||
216 | default y | ||
217 | |||
218 | config SBUSCHAR | ||
219 | bool | ||
220 | default y | ||
221 | |||
222 | config SUN_AUXIO | ||
223 | bool | ||
224 | default y | ||
225 | |||
226 | config SUN_IO | ||
227 | bool | ||
228 | default y | ||
229 | |||
215 | config PCI | 230 | config PCI |
216 | bool "Support for PCI and PS/2 keyboard/mouse" | 231 | bool "Support for PCI and PS/2 keyboard/mouse" |
217 | help | 232 | help |
@@ -237,15 +252,6 @@ config SUN_OPENPROMFS | |||
237 | Only choose N if you know in advance that you will not need to modify | 252 | Only choose N if you know in advance that you will not need to modify |
238 | OpenPROM settings on the running system. | 253 | OpenPROM settings on the running system. |
239 | 254 | ||
240 | config SPARC_LED | ||
241 | tristate "Sun4m LED driver" | ||
242 | help | ||
243 | This driver toggles the front-panel LED on sun4m systems | ||
244 | in a user-specifiable manner. Its state can be probed | ||
245 | by reading /proc/led and its blinking mode can be changed | ||
246 | via writes to /proc/led | ||
247 | |||
248 | source "mm/Kconfig" | ||
249 | 255 | ||
250 | endmenu | 256 | endmenu |
251 | 257 | ||