From: Andreas Schwab Date: Tue, 17 Dec 2019 11:15:16 +0000 (+0100) Subject: riscv: Fix use of undefined config option CONFIG_CONFIG_MMU X-Git-Tag: v5.5-rc3~6^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0312a3d4b43c0045869379affc0e228e36411c78;p=thirdparty%2Flinux.git riscv: Fix use of undefined config option CONFIG_CONFIG_MMU In Kconfig files, config options are written without the CONFIG_ prefix. Fixes: 6bd33e1ece52 ("riscv: add nommu support") Signed-off-by: Andreas Schwab Reviewed-by: Anup Patel Signed-off-by: Paul Walmsley --- diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 759ffb00267cf..d8efbaa78d676 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -154,7 +154,7 @@ config GENERIC_HWEIGHT def_bool y config FIX_EARLYCON_MEM - def_bool CONFIG_MMU + def_bool MMU config PGTABLE_LEVELS int