riscv: configs: Add nommu PHONY defconfig for RV32
authorJesse Taube <mr.bossman075@gmail.com>
Wed, 1 Mar 2023 00:26:57 +0000 (19:26 -0500)
committerPalmer Dabbelt <palmer@rivosinc.com>
Mon, 27 Mar 2023 23:27:47 +0000 (16:27 -0700)
commit77c0c966719f07f14c82f358745f77582580cdcd
tree9068c15bdd6ce9e1da4b29e200753dbcf8b8e485
parentb5e2c507b06c9d36411845149162a804ae7b04a9
riscv: configs: Add nommu PHONY defconfig for RV32

32bit risc-v can be configured to run without MMU. Introduce
rv32_nommu_virt_defconfig .PHONY target, that is based on
nommu_virt_defconfig. This is similar to how rv32_defconfig
is based on "defconfig".

Suggested-by: Conor Dooley <conor@kernel.org>
Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
Cc: Yimin Gu <ustcymgu@gmail.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230301002657.352637-4-Mr.Bossman075@gmail.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/Makefile