summaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@rivosinc.com>2022-01-06 09:42:26 -0800
committerPalmer Dabbelt <palmer@rivosinc.com>2022-01-06 09:42:26 -0800
commitd4cb5d3630ec135c3c1f9a2669695cd36feaf897 (patch)
treed14ae5a450ea0447b84f8e3baa1ca22c23458695 /arch/riscv/Kconfig
parent5a7ac592c56c62935fea9b1ce9c24579986083b8 (diff)
parentce3fe7a4ac6a4ddea2aa21d34a6076e87cd206e5 (diff)
RISC-V: Clean up the defconfigs
It's been a while since cleaning up the defconfigs, so I manually checked up on each change. This found a handful of minor issues, which have been fixed in-line.
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r--arch/riscv/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 97f7ecddc5ed..09e5b9f31d04 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -281,7 +281,7 @@ choice
depends on 32BIT
bool "1GiB"
config MAXPHYSMEM_2GB
- depends on 64BIT && CMODEL_MEDLOW
+ depends on 64BIT
bool "2GiB"
config MAXPHYSMEM_128GB
depends on 64BIT && CMODEL_MEDANY