diff options
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index ec85c0d6c6da..61261b78ced7 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -274,6 +274,11 @@ config GPREL_DATA_NONE | |||
274 | 274 | ||
275 | endchoice | 275 | endchoice |
276 | 276 | ||
277 | config FRV_ONCPU_SERIAL | ||
278 | bool "Use on-CPU serial ports" | ||
279 | select SERIAL_8250 | ||
280 | default y | ||
281 | |||
277 | config PCI | 282 | config PCI |
278 | bool "Use PCI" | 283 | bool "Use PCI" |
279 | depends on MB93090_MB00 | 284 | depends on MB93090_MB00 |
@@ -305,23 +310,7 @@ config RESERVE_DMA_COHERENT | |||
305 | 310 | ||
306 | source "drivers/pci/Kconfig" | 311 | source "drivers/pci/Kconfig" |
307 | 312 | ||
308 | config PCMCIA | 313 | source "drivers/pcmcia/Kconfig" |
309 | tristate "Use PCMCIA" | ||
310 | help | ||
311 | Say Y here if you want to attach PCMCIA- or PC-cards to your FR-V | ||
312 | board. These are credit-card size devices such as network cards, | ||
313 | modems or hard drives often used with laptops computers. There are | ||
314 | actually two varieties of these cards: the older 16 bit PCMCIA cards | ||
315 | and the newer 32 bit CardBus cards. If you want to use CardBus | ||
316 | cards, you need to say Y here and also to "CardBus support" below. | ||
317 | |||
318 | To use your PC-cards, you will need supporting software from David | ||
319 | Hinds pcmcia-cs package (see the file <file:Documentation/Changes> | ||
320 | for location). Please also read the PCMCIA-HOWTO, available from | ||
321 | <http://www.tldp.org/docs.html#howto>. | ||
322 | |||
323 | To compile this driver as modules, choose M here: the | ||
324 | modules will be called pcmcia_core and ds. | ||
325 | 314 | ||
326 | #config MATH_EMULATION | 315 | #config MATH_EMULATION |
327 | # bool "Math emulation support (EXPERIMENTAL)" | 316 | # bool "Math emulation support (EXPERIMENTAL)" |