diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a8bdc084e10..6648f9b914e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -44,6 +44,20 @@ config BASLER_EXCITE_PROTOTYPE | |||
44 | note that a kernel built with this option selected will not be | 44 | note that a kernel built with this option selected will not be |
45 | able to run on normal units. | 45 | able to run on normal units. |
46 | 46 | ||
47 | config BCM47XX | ||
48 | bool "BCM47XX based boards" | ||
49 | select DMA_NONCOHERENT | ||
50 | select HW_HAS_PCI | ||
51 | select IRQ_CPU | ||
52 | select SYS_HAS_CPU_MIPS32_R1 | ||
53 | select SYS_SUPPORTS_32BIT_KERNEL | ||
54 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
55 | select SSB | ||
56 | select SSB_DRIVER_MIPS | ||
57 | select GENERIC_GPIO | ||
58 | help | ||
59 | Support for BCM47XX based boards | ||
60 | |||
47 | config MIPS_COBALT | 61 | config MIPS_COBALT |
48 | bool "Cobalt Server" | 62 | bool "Cobalt Server" |
49 | select DMA_NONCOHERENT | 63 | select DMA_NONCOHERENT |