From: Philipp Rudo prudo@redhat.com
configs/common/s390: disable CONFIG_QETH_{OSN,OSX}
Shipment of the devices required for these options were ceased with z13. With the ALS set to z14 for ark there is no need to keep the options enabled.
v2: disable the configs for fedora as well
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1903201 Signed-off-by: Philipp Rudo prudo@redhat.com
diff a/redhat/configs/common/generic/s390x/CONFIG_QETH_OSN b/redhat/configs/common/generic/s390x/CONFIG_QETH_OSN --- a/redhat/configs/common/generic/s390x/CONFIG_QETH_OSN +++ b/redhat/configs/common/generic/s390x/CONFIG_QETH_OSN @@ -1 +1 @@ -CONFIG_QETH_OSN=y +# CONFIG_QETH_OSN is not set diff a/redhat/configs/common/generic/s390x/CONFIG_QETH_OSX b/redhat/configs/common/generic/s390x/CONFIG_QETH_OSX --- a/redhat/configs/common/generic/s390x/CONFIG_QETH_OSX +++ b/redhat/configs/common/generic/s390x/CONFIG_QETH_OSX @@ -1 +1 @@ -CONFIG_QETH_OSX=y +# CONFIG_QETH_OSX is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1149