From: Justin M. Forbes jforbes@fedoraproject.org
Turn off CONFIG_MTK_T7XX for S390x
A build issue crept in over the weekend with the MTK_T7XX driver and S390x. As I started digging, I realized this is likely hardware that would never be used with S390x, and might be better off just disabled for that arch. It is a driver for the MediaTek PCIe based 5G WWAN modem.
Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org
diff --git a/redhat/configs/common/generic/s390x/CONFIG_MTK_T7XX b/redhat/configs/common/generic/s390x/CONFIG_MTK_T7XX new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/s390x/CONFIG_MTK_T7XX @@ -0,0 +1 @@ +# CONFIG_MTK_T7XX is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2247
kernel@lists.fedoraproject.org