diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2012-07-24 10:33:13 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-24 10:33:13 -0400 |
commit | 19c860d932de520017c9b2d88cd9dff90b71ba36 (patch) | |
tree | 2feb7f7cb1c91f5bdd6ce761ff4e421814237274 /arch/mips/bcm63xx/Kconfig | |
parent | 76f42fe8117c85fced0135b23835890cfa41a47b (diff) |
MIPS: BCM63XX: Add PCIe Support for BCM6328
Add support for the PCIe port found on BCM6328.
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/3956/
Reviewed-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm63xx/Kconfig')
-rw-r--r-- | arch/mips/bcm63xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/bcm63xx/Kconfig b/arch/mips/bcm63xx/Kconfig index 09e93cab37b5..d03e8799d1cf 100644 --- a/arch/mips/bcm63xx/Kconfig +++ b/arch/mips/bcm63xx/Kconfig | |||
@@ -3,6 +3,7 @@ menu "CPU support" | |||
3 | 3 | ||
4 | config BCM63XX_CPU_6328 | 4 | config BCM63XX_CPU_6328 |
5 | bool "support 6328 CPU" | 5 | bool "support 6328 CPU" |
6 | select HW_HAS_PCI | ||
6 | 7 | ||
7 | config BCM63XX_CPU_6338 | 8 | config BCM63XX_CPU_6338 |
8 | bool "support 6338 CPU" | 9 | bool "support 6338 CPU" |