diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2022-01-06 09:42:26 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-01-06 09:42:26 -0800 |
commit | d4cb5d3630ec135c3c1f9a2669695cd36feaf897 (patch) | |
tree | d14ae5a450ea0447b84f8e3baa1ca22c23458695 /arch/riscv/Kconfig | |
parent | 5a7ac592c56c62935fea9b1ce9c24579986083b8 (diff) | |
parent | ce3fe7a4ac6a4ddea2aa21d34a6076e87cd206e5 (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/Kconfig | 2 |
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 |