diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 10 |
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 | ||
2345 | source "drivers/pci/hotplug/Kconfig" | 2345 | source "drivers/pci/hotplug/Kconfig" |
2346 | 2346 | ||
2347 | config 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 | |||
2355 | source "drivers/rapidio/Kconfig" | ||
2356 | |||
2347 | endmenu | 2357 | endmenu |
2348 | 2358 | ||
2349 | menu "Executable file formats" | 2359 | menu "Executable file formats" |