riscv: Fix use of undefined config option CONFIG_CONFIG_MMU
authorAndreas Schwab <schwab@suse.de>
Tue, 17 Dec 2019 11:15:16 +0000 (12:15 +0100)
committerPaul Walmsley <paul.walmsley@sifive.com>
Fri, 20 Dec 2019 11:32:24 +0000 (03:32 -0800)
commit0312a3d4b43c0045869379affc0e228e36411c78
tree0877f073481f2a5cd5af98c8e92ec3796a8a8e18
parent7e0165b2f1a912a06e381e91f0f4e495f4ac3736
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 <schwab@suse.de>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
arch/riscv/Kconfig