diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-01-04 21:28:16 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-01-18 19:30:25 +0100 |
commit | 0aabf1a4d9b6b2d2371f641ec19fb7551cea4a90 (patch) | |
tree | 9bb5ece8310ce78c19652058f5a00816e6fc5d2d /arch/mips/Kconfig | |
parent | 6eae43c57ee92de91f6cc7c391cea97c43295da0 (diff) | |
download | op-kernel-dev-0aabf1a4d9b6b2d2371f641ec19fb7551cea4a90.zip op-kernel-dev-0aabf1a4d9b6b2d2371f641ec19fb7551cea4a90.tar.gz |
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 02d3cd4..1adca2c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -74,6 +74,7 @@ config ATH79 select CSRC_R4K select DMA_NONCOHERENT select IRQ_CPU + select MIPS_MACHINE select SYS_HAS_CPU_MIPS32_R2 select SYS_HAS_EARLY_PRINTK select SYS_SUPPORTS_32BIT_KERNEL |