aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2012-07-24 10:33:14 -0400
committerRalf Baechle <ralf@linux-mips.org>2012-07-24 10:33:14 -0400
commit3f787ca46810f929f0823856ef8d35b078ec3825 (patch)
tree1c763b63d565fb893031dc1d2569359e434dfb5f /arch/mips
parent19c860d932de520017c9b2d88cd9dff90b71ba36 (diff)
MIPS: Expose PCIe drivers for MIPS
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> Cc: linux-mips@linux-mips.org Cc: Maxime Bizon <mbizon@freebox.fr> Cc: Florian Fainelli <florian@openwrt.org> Cc: Kevin Cernekee <cernekee@gmail.com> Patchwork: https://patchwork.linux-mips.org/patch/3957/ Reviewed-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index b3e10fdd3898..4ddecff78d1d 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2366,6 +2366,8 @@ config PCI_DOMAINS
2366 2366
2367source "drivers/pci/Kconfig" 2367source "drivers/pci/Kconfig"
2368 2368
2369source "drivers/pci/pcie/Kconfig"
2370
2369# 2371#
2370# ISA support is now enabled via select. Too many systems still have the one 2372# ISA support is now enabled via select. Too many systems still have the one
2371# or other ISA chip on the board that users don't know about so don't expect 2373# or other ISA chip on the board that users don't know about so don't expect