diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-22 19:20:13 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-08 14:29:31 -0400 |
commit | a656ffcbc7a98a80d2136ae6bbdd8ae2eb48c78a (patch) | |
tree | 9b732b9a15ad8cc9c8790f36f3ac9a00bf6972c2 /arch/mips/Kconfig | |
parent | 08ccf57283f89adbc2ff897ad82d6ad4560db7cd (diff) |
bcm47xx: make it possible to build bcm47xx without ssb.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 177cdaf83564..0dbb4edc2dd1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -91,15 +91,8 @@ config BCM47XX | |||
91 | select DMA_NONCOHERENT | 91 | select DMA_NONCOHERENT |
92 | select HW_HAS_PCI | 92 | select HW_HAS_PCI |
93 | select IRQ_CPU | 93 | select IRQ_CPU |
94 | select SYS_HAS_CPU_MIPS32_R1 | ||
95 | select SYS_SUPPORTS_32BIT_KERNEL | 94 | select SYS_SUPPORTS_32BIT_KERNEL |
96 | select SYS_SUPPORTS_LITTLE_ENDIAN | 95 | select SYS_SUPPORTS_LITTLE_ENDIAN |
97 | select SSB | ||
98 | select SSB_DRIVER_MIPS | ||
99 | select SSB_DRIVER_EXTIF | ||
100 | select SSB_EMBEDDED | ||
101 | select SSB_B43_PCI_BRIDGE if PCI | ||
102 | select SSB_PCICORE_HOSTMODE if PCI | ||
103 | select GENERIC_GPIO | 96 | select GENERIC_GPIO |
104 | select SYS_HAS_EARLY_PRINTK | 97 | select SYS_HAS_EARLY_PRINTK |
105 | select CFE | 98 | select CFE |
@@ -788,6 +781,7 @@ endchoice | |||
788 | 781 | ||
789 | source "arch/mips/alchemy/Kconfig" | 782 | source "arch/mips/alchemy/Kconfig" |
790 | source "arch/mips/ath79/Kconfig" | 783 | source "arch/mips/ath79/Kconfig" |
784 | source "arch/mips/bcm47xx/Kconfig" | ||
791 | source "arch/mips/bcm63xx/Kconfig" | 785 | source "arch/mips/bcm63xx/Kconfig" |
792 | source "arch/mips/jazz/Kconfig" | 786 | source "arch/mips/jazz/Kconfig" |
793 | source "arch/mips/jz4740/Kconfig" | 787 | source "arch/mips/jz4740/Kconfig" |