diff options
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 a92648438240..62b9677c39a1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -94,15 +94,8 @@ config BCM47XX | |||
94 | select DMA_NONCOHERENT | 94 | select DMA_NONCOHERENT |
95 | select HW_HAS_PCI | 95 | select HW_HAS_PCI |
96 | select IRQ_CPU | 96 | select IRQ_CPU |
97 | select SYS_HAS_CPU_MIPS32_R1 | ||
98 | select SYS_SUPPORTS_32BIT_KERNEL | 97 | select SYS_SUPPORTS_32BIT_KERNEL |
99 | select SYS_SUPPORTS_LITTLE_ENDIAN | 98 | select SYS_SUPPORTS_LITTLE_ENDIAN |
100 | select SSB | ||
101 | select SSB_DRIVER_MIPS | ||
102 | select SSB_DRIVER_EXTIF | ||
103 | select SSB_EMBEDDED | ||
104 | select SSB_B43_PCI_BRIDGE if PCI | ||
105 | select SSB_PCICORE_HOSTMODE if PCI | ||
106 | select GENERIC_GPIO | 99 | select GENERIC_GPIO |
107 | select SYS_HAS_EARLY_PRINTK | 100 | select SYS_HAS_EARLY_PRINTK |
108 | select CFE | 101 | select CFE |
@@ -794,6 +787,7 @@ endchoice | |||
794 | 787 | ||
795 | source "arch/mips/alchemy/Kconfig" | 788 | source "arch/mips/alchemy/Kconfig" |
796 | source "arch/mips/ath79/Kconfig" | 789 | source "arch/mips/ath79/Kconfig" |
790 | source "arch/mips/bcm47xx/Kconfig" | ||
797 | source "arch/mips/bcm63xx/Kconfig" | 791 | source "arch/mips/bcm63xx/Kconfig" |
798 | source "arch/mips/jazz/Kconfig" | 792 | source "arch/mips/jazz/Kconfig" |
799 | source "arch/mips/jz4740/Kconfig" | 793 | source "arch/mips/jz4740/Kconfig" |