diff options
author | Daniel Silsby <dansilsby@gmail.com> | 2019-07-15 17:40:02 -0400 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-21 14:30:09 -0700 |
commit | b35d265301ecdc51ca90741739f71b1abfedaea1 (patch) | |
tree | 01dc9203b5fc485d9ff6a0faf953e3a3cb6a8d3e /arch/mips/Kconfig | |
parent | 45e03e62724f636e2b353a7eda5f7be9bfdae2c3 (diff) | |
download | linux-stable-b35d265301ecdc51ca90741739f71b1abfedaea1.tar.gz linux-stable-b35d265301ecdc51ca90741739f71b1abfedaea1.tar.bz2 linux-stable-b35d265301ecdc51ca90741739f71b1abfedaea1.zip |
MIPS: ingenic: Add support for huge pages
The Ingenic jz47xx SoC series of 32-bit MIPS CPUs support huge pages.
Signed-off-by: Daniel Silsby <dansilsby@gmail.com>
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: od@zcrc.me
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.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 47d50e37faa4..2a5d80c72c4e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -384,6 +384,7 @@ config MACH_INGENIC select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_ZBOOT_UART16550 + select CPU_SUPPORTS_HUGEPAGES select DMA_NONCOHERENT select IRQ_MIPS_CPU select PINCTRL |