aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 6e9811d40c9f..9905e2e85de4 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2344,6 +2344,16 @@ source "drivers/pcmcia/Kconfig"
2344 2344
2345source "drivers/pci/hotplug/Kconfig" 2345source "drivers/pci/hotplug/Kconfig"
2346 2346
2347config RAPIDIO
2348 bool "RapidIO support"
2349 depends on PCI
2350 default n
2351 help
2352 If you say Y here, the kernel will include drivers and
2353 infrastructure code to support RapidIO interconnect devices.
2354
2355source "drivers/rapidio/Kconfig"
2356
2347endmenu 2357endmenu
2348 2358
2349menu "Executable file formats" 2359menu "Executable file formats"