Add config options to enable 32-bit ARMv7 instruction support on ODROID-M1 (#2615)

So that legacy armv7 32bit applications can be correctly executed.
(This refs https://github.com/jens-maus/RaspberryMatic/issues/2349).
This commit is contained in:
Jens Maus 2023-06-27 23:10:40 +02:00 committed by Stefan Agner
parent 831d1efa91
commit cf2c2dd128
No known key found for this signature in database
GPG Key ID: 22D95D15D3A36E95

View File

@ -4289,3 +4289,7 @@ CONFIG_RCU_CPU_STALL_TIMEOUT=60
CONFIG_FUNCTION_ERROR_INJECTION=y
# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_MEMTEST=y
CONFIG_ARMV8_DEPRECATED=y
CONFIG_SWP_EMULATION=y
CONFIG_CP15_BARRIER_EMULATION=y
CONFIG_SETEND_EMULATION=y