aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig8
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
795source "arch/mips/alchemy/Kconfig" 788source "arch/mips/alchemy/Kconfig"
796source "arch/mips/ath79/Kconfig" 789source "arch/mips/ath79/Kconfig"
790source "arch/mips/bcm47xx/Kconfig"
797source "arch/mips/bcm63xx/Kconfig" 791source "arch/mips/bcm63xx/Kconfig"
798source "arch/mips/jazz/Kconfig" 792source "arch/mips/jazz/Kconfig"
799source "arch/mips/jz4740/Kconfig" 793source "arch/mips/jz4740/Kconfig"