Skip to content

Commit 97a0310

Browse files
Kefeng Wangpalmer-dabbelt
authored andcommitted
riscv: Select ARCH_USE_MEMTEST
As of commit dce4456 ("mm/memtest: add ARCH_USE_MEMTEST"), architectures must select ARCH_USE_MEMTESET to enable CONFIG_MEMTEST. Signed-off-by: Kefeng Wang <[email protected]> Fixes: f6e5aed ("riscv: Add support for memtest") Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent eac2f30 commit 97a0310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ config RISCV
3434
select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
3535
select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT
3636
select ARCH_SUPPORTS_HUGETLBFS if MMU
37+
select ARCH_USE_MEMTEST
3738
select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
3839
select ARCH_WANT_FRAME_POINTERS
3940
select ARCH_WANT_HUGE_PMD_SHARE if 64BIT

0 commit comments

Comments
 (0)