aboutsummaryrefslogtreecommitdiff
path: root/src/arch/riscv
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2019-01-22 20:46:10 +0000
committerPatrick Georgi <pgeorgi@google.com>2019-01-24 14:21:01 +0000
commitd19f4e50aa84d7eec717cab980731a168e59d388 (patch)
treee3ee9badcfdb661e1f58a55da9e757941ca6fb30 /src/arch/riscv
parent053ea606828afecbabf458beb575272dccdd8a36 (diff)
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 <rminnich@gmail.com> Reviewed-on: https://review.coreboot.org/c/31042 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Hug <philipp@hug.cx>
Diffstat (limited to 'src/arch/riscv')
-rw-r--r--src/arch/riscv/Kconfig3
1 files changed, 2 insertions, 1 deletions
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