diff options
| author | Lukas Auer <[email protected]> | 2018-11-22 11:26:13 +0100 |
|---|---|---|
| committer | Andes <[email protected]> | 2018-11-26 13:57:29 +0800 |
| commit | 711585649e85f1c31f8bbe5be51ff1fbfef97d39 (patch) | |
| tree | e36fab717c2a5678684e87a67f0044a12b9f0e1b | |
| parent | 862e2e75e8f317ff8bd660550d7da3fede2ead09 (diff) | |
riscv: select CONFIG_PHYS_64BIT on RV64I systems
CONFIG_PHYS_64BIT should be enabled on RV64I systems. Select it.
Signed-off-by: Lukas Auer <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
| -rw-r--r-- | arch/riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 7c76b4d664d..b81e0d990a1 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. |
