Message ID | 20241220155801.1988785-8-ben.dooks@codethink.co.uk (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [RFC,01/15] riscv: add initial kconfig and build flags for big-endian | expand |
Context | Check | Description |
---|---|---|
conchuod/vmtest-fixes-PR | fail | merge-conflict |
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index d632bfad190c..5a72e7b31095 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -930,7 +930,7 @@ config ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION config COMPAT bool "Kernel support for 32-bit U-mode" default 64BIT - depends on 64BIT && MMU + depends on 64BIT && MMU && !CPU_BIG_ENDIAN help This option enables support for a 32-bit U-mode running under a 64-bit kernel at S-mode. riscv32-specific components such as system calls,