summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig
diff options
context:
space:
mode:
authorLukas Auer <lukas.auer@aisec.fraunhofer.de>2018-11-22 11:26:13 +0100
committerAndes <uboot@andestech.com>2018-11-26 13:57:29 +0800
commit711585649e85f1c31f8bbe5be51ff1fbfef97d39 (patch)
treee36fab717c2a5678684e87a67f0044a12b9f0e1b /arch/riscv/Kconfig
parent862e2e75e8f317ff8bd660550d7da3fede2ead09 (diff)
downloadu-boot-711585649e85f1c31f8bbe5be51ff1fbfef97d39.tar.gz
u-boot-711585649e85f1c31f8bbe5be51ff1fbfef97d39.tar.xz
u-boot-711585649e85f1c31f8bbe5be51ff1fbfef97d39.zip
riscv: select CONFIG_PHYS_64BIT on RV64I systems
CONFIG_PHYS_64BIT should be enabled on RV64I systems. Select it. Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r--arch/riscv/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 7c76b4d664..b81e0d990a 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -32,6 +32,7 @@ config ARCH_RV32I
config ARCH_RV64I
bool "RV64I"
select 64BIT
+ select PHYS_64BIT
help
Choose this option to target the RV64I base integer instruction set.