diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-12-18 08:12:03 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 14:18:51 -0500 |
commit | 561835494c3fcc8b0e2bf9a99f6e5db4af164462 (patch) | |
tree | a116fd5a0692badb77acc65325f36802474e4eb9 | |
parent | cd746249b775cebda7c8071815a9ee3b84dfab88 (diff) |
MIPS: BMIPS: select CPU_SUPPORTS_HIGHMEM
All BMIPS CPUs support HIGHMEM, so it should be selected by CPU_BMIPS.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6242/
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 1c0d68391560..8c54203b81f4 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1392,6 +1392,7 @@ config CPU_BMIPS | |||
1392 | select IRQ_CPU | 1392 | select IRQ_CPU |
1393 | select SWAP_IO_SPACE | 1393 | select SWAP_IO_SPACE |
1394 | select WEAK_ORDERING | 1394 | select WEAK_ORDERING |
1395 | select CPU_SUPPORTS_HIGHMEM | ||
1395 | help | 1396 | help |
1396 | Support for BMIPS3300/4350/4380 and BMIPS5000 processors. | 1397 | Support for BMIPS3300/4350/4380 and BMIPS5000 processors. |
1397 | 1398 | ||
@@ -1491,7 +1492,6 @@ config CPU_BMIPS4380 | |||
1491 | 1492 | ||
1492 | config CPU_BMIPS5000 | 1493 | config CPU_BMIPS5000 |
1493 | bool | 1494 | bool |
1494 | select CPU_SUPPORTS_HIGHMEM | ||
1495 | select MIPS_CPU_SCACHE | 1495 | select MIPS_CPU_SCACHE |
1496 | select SYS_SUPPORTS_SMP | 1496 | select SYS_SUPPORTS_SMP |
1497 | select SYS_SUPPORTS_HOTPLUG_CPU | 1497 | select SYS_SUPPORTS_HOTPLUG_CPU |