From: Helge Deller Date: Tue, 7 Apr 2026 22:17:03 +0000 (+0200) Subject: parisc: Allow to disable COMPAT mode on 64-bit kernel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc4021c4e992960f1b8902bd613630c1e8edf7e7;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index d7ee2f18bccde..3e929eb5a7fe6 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -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