aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorAlexandre Bounine <alexandre.bounine@idt.com>2014-01-23 18:56:04 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2014-01-23 19:37:03 -0500
commit56abde7239cb76d4dffcb79c8f96c1dab1cc81d1 (patch)
tree8bc4d31bd0e7a3bffbffe83e862cec22cc8c87fb /arch/mips
parent6c5de79ba22bbde9a3cfc7b405140763a7252410 (diff)
rapidio: add modular rapidio core build into powerpc and mips branches
Allow modular build option for RapidIO subsystem core in MIPS and PowerPC architectural branches. At this moment modular RapidIO subsystem build is enabled only for platforms that use PCI/PCIe based RapidIO controllers (e.g. Tsi721). Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Cc: Matt Porter <mporter@kernel.crashing.org> Cc: Jean Delvare <jdelvare@suse.de> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Li Yang <leoli@freescale.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 92c8e0b2bb4f..52dac06ea6b4 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2430,7 +2430,7 @@ source "drivers/pcmcia/Kconfig"
2430source "drivers/pci/hotplug/Kconfig" 2430source "drivers/pci/hotplug/Kconfig"
2431 2431
2432config RAPIDIO 2432config RAPIDIO
2433 bool "RapidIO support" 2433 tristate "RapidIO support"
2434 depends on PCI 2434 depends on PCI
2435 default n 2435 default n
2436 help 2436 help