From d19f4e50aa84d7eec717cab980731a168e59d388 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 22 Jan 2019 20:46:10 +0000 Subject: riscv: ARCH_RISCV_RV{32,64} selects ARCH_RISCV ARCH_RISCV_RV{32,64} will now select ARCH_RISCV. Change-Id: Ia7a1a8f0bfab20e91b8429dd6dd3e9a4180a0a5b Signed-off-by: Ronald G. Minnich Reviewed-on: https://review.coreboot.org/c/31042 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Hug --- src/arch/riscv/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/riscv/Kconfig b/src/arch/riscv/Kconfig index 5bde804ce2..9d325af759 100644 --- a/src/arch/riscv/Kconfig +++ b/src/arch/riscv/Kconfig @@ -40,10 +40,12 @@ config ARCH_RISCV_U config ARCH_RISCV_RV64 bool default n + select ARCH_RISCV config ARCH_RISCV_RV32 bool default n + select ARCH_RISCV config ARCH_RISCV_PMP bool @@ -52,7 +54,6 @@ config ARCH_RISCV_PMP config ARCH_BOOTBLOCK_RISCV bool default n - select ARCH_RISCV select C_ENVIRONMENT_BOOTBLOCK config ARCH_VERSTAGE_RISCV -- cgit v1.2.3