parisc: Allow to disable COMPAT mode on 64-bit kernel

Although we don't yet have a 64-bit userspace, allowing to disable
the compat mode should be possible.

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller 2026-04-08 00:17:03 +02:00
parent 35493b28e7
commit bc4021c4e9

View File

@ -357,7 +357,8 @@ config ARCH_SPARSEMEM_DEFAULT
source "kernel/Kconfig.hz"
config COMPAT
def_bool y
bool "Kernel support for 32-bit binaries"
default 64BIT
depends on 64BIT
config AUDIT_ARCH