diff options
author | Ralf Baechle | 2007-11-01 22:55:39 +0100 |
---|---|---|
committer | Ralf Baechle | 2007-11-02 17:13:49 +0100 |
commit | 651194f82066ba3688630b5a0d79d13d26a7ccbb (patch) | |
tree | 40f6b2d402203946be2d3fca88077b764dae62b6 | |
parent | [MIPS] mtx-1: Enable -Werror. (diff) | |
download | kernel-qcow2-linux-651194f82066ba3688630b5a0d79d13d26a7ccbb.tar.gz kernel-qcow2-linux-651194f82066ba3688630b5a0d79d13d26a7ccbb.tar.xz kernel-qcow2-linux-651194f82066ba3688630b5a0d79d13d26a7ccbb.zip |
[MIPS] Bigsur supports highmem.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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 3778c3bbcd28..2c7d6c240b73 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -546,6 +546,7 @@ config SIBYTE_BIGSUR select SWAP_IO_SPACE select SYS_HAS_CPU_SB1 select SYS_SUPPORTS_BIG_ENDIAN + select SYS_SUPPORTS_HIGHMEM select SYS_SUPPORTS_LITTLE_ENDIAN config SNI_RM |