diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-01-04 15:28:16 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-01-18 13:30:25 -0500 |
commit | 0aabf1a4d9b6b2d2371f641ec19fb7551cea4a90 (patch) | |
tree | 9bb5ece8310ce78c19652058f5a00816e6fc5d2d /arch/mips/Kconfig | |
parent | 6eae43c57ee92de91f6cc7c391cea97c43295da0 (diff) |
MIPS: ath79: utilize the MIPS multi-machine support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Imre Kaloz <kaloz@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: Luis R. Rodriguez <lrodriguez@atheros.com>
Cc: Cliff Holden <Cliff.Holden@Atheros.com>
Cc: Kathy Giori <Kathy.Giori@Atheros.com>
Patchwork: https://patchwork.linux-mips.org/patch/1949/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 02d3cd4b124c..1adca2c3df02 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -74,6 +74,7 @@ config ATH79 | |||
74 | select CSRC_R4K | 74 | select CSRC_R4K |
75 | select DMA_NONCOHERENT | 75 | select DMA_NONCOHERENT |
76 | select IRQ_CPU | 76 | select IRQ_CPU |
77 | select MIPS_MACHINE | ||
77 | select SYS_HAS_CPU_MIPS32_R2 | 78 | select SYS_HAS_CPU_MIPS32_R2 |
78 | select SYS_HAS_EARLY_PRINTK | 79 | select SYS_HAS_EARLY_PRINTK |
79 | select SYS_SUPPORTS_32BIT_KERNEL | 80 | select SYS_SUPPORTS_32BIT_KERNEL |