From: Heiko Carstens Date: Tue, 6 Feb 2024 13:58:49 +0000 (+0100) Subject: s390/configs: provide compat topic configuration target X-Git-Tag: v6.8-rc6~20^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8b81ca35f909747842b649025af541ec172b8f;p=thirdparty%2Fkernel%2Flinux.git s390/configs: provide compat topic configuration target CONFIG_COMPAT is disabled by default, however compat code still needs to be compile tested. Add a compat topic configuration target which allows to enable it easily. Acked-by: Alexander Gordeev Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/configs/compat.config b/arch/s390/configs/compat.config new file mode 100644 index 0000000000000..6fd051453ae82 --- /dev/null +++ b/arch/s390/configs/compat.config @@ -0,0 +1,3 @@ +# Help: Enable compat support +CONFIG_COMPAT=y +CONFIG_COMPAT_32BIT_TIME=y