Skip to content

Commit

Permalink
riscv: Fix use of undefined config option CONFIG_CONFIG_MMU
Browse files Browse the repository at this point in the history
In Kconfig files, config options are written without the CONFIG_ prefix.

Fixes: 6bd33e1 ("riscv: add nommu support")
Signed-off-by: Andreas Schwab <schwab@suse.de>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
  • Loading branch information
Andreas Schwab authored and Paul Walmsley committed Dec 20, 2019
1 parent 7e0165b commit 0312a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0312a3d

Please sign in to comment.