From: John Crispin Date: Tue, 20 Dec 2016 18:12:45 +0000 (+0100) Subject: MIPS: ralink: Add missing symbol for highmem support. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=07724712bf22aec5fe44e5d399f115755f436721;p=linux.git MIPS: ralink: Add missing symbol for highmem support. MT7621 has highmem. this was previously not working as the required symbol was not selected in the Kconfig file. Signed-off-by: John Crispin Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/14901/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig index 813826a456ca3..9825dee10bc15 100644 --- a/arch/mips/ralink/Kconfig +++ b/arch/mips/ralink/Kconfig @@ -46,6 +46,7 @@ choice select SYS_SUPPORTS_MULTITHREADING select SYS_SUPPORTS_SMP select SYS_SUPPORTS_MIPS_CPS + select SYS_SUPPORTS_HIGHMEM select MIPS_GIC select COMMON_CLK select CLKSRC_MIPS_GIC