aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r--arch/frv/Kconfig27
1 files changed, 6 insertions, 21 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig
index ec85c0d6c6da..60a617aff8ba 100644
--- a/arch/frv/Kconfig
+++ b/arch/frv/Kconfig
@@ -6,10 +6,6 @@ config FRV
6 bool 6 bool
7 default y 7 default y
8 8
9config UID16
10 bool
11 default y
12
13config RWSEM_GENERIC_SPINLOCK 9config RWSEM_GENERIC_SPINLOCK
14 bool 10 bool
15 default y 11 default y
@@ -274,6 +270,11 @@ config GPREL_DATA_NONE
274 270
275endchoice 271endchoice
276 272
273config FRV_ONCPU_SERIAL
274 bool "Use on-CPU serial ports"
275 select SERIAL_8250
276 default y
277
277config PCI 278config PCI
278 bool "Use PCI" 279 bool "Use PCI"
279 depends on MB93090_MB00 280 depends on MB93090_MB00
@@ -305,23 +306,7 @@ config RESERVE_DMA_COHERENT
305 306
306source "drivers/pci/Kconfig" 307source "drivers/pci/Kconfig"
307 308
308config PCMCIA 309source "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 310
326#config MATH_EMULATION 311#config MATH_EMULATION
327# bool "Math emulation support (EXPERIMENTAL)" 312# bool "Math emulation support (EXPERIMENTAL)"