Commit 0312a3d4 authored by Andreas Schwab's avatar Andreas Schwab Committed by Paul Walmsley
Browse files

riscv: Fix use of undefined config option CONFIG_CONFIG_MMU



In Kconfig files, config options are written without the CONFIG_ prefix.

Fixes: 6bd33e1e ("riscv: add nommu support")
Signed-off-by: default avatarAndreas Schwab <schwab@suse.de>
Reviewed-by: default avatarAnup Patel <anup@brainfault.org>
Signed-off-by: default avatarPaul Walmsley <paul.walmsley@sifive.com>
parent 7e0165b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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