From: Steve Best sbest@redhat.com
redhat/configs: enable Maxlinear GPY115/21x/24x driver
Description: Enable driver support for Maxlinear GPY115, GPY211, GPY212, GPY215, GPY241, GPY245 PHYs.
Tested: make dist-configs
Signed-off-by: Steve Best sbest@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_MAXLINEAR_GPHY b/redhat/configs/common/generic/CONFIG_MAXLINEAR_GPHY index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_MAXLINEAR_GPHY +++ b/redhat/configs/common/generic/CONFIG_MAXLINEAR_GPHY @@ -1 +1 @@ -# CONFIG_MAXLINEAR_GPHY is not set +CONFIG_MAXLINEAR_GPHY=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738#note_9010778...
Why should this be enabled across all arches and OSes?
From: Steve Best on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738#note_9012300...
that is what the other phy drivers do.. an example is CONFIG_AQUANTIA_PHY
redhat/configs/kernel-5.18.0-aarch64-kgcov.config:CONFIG_AQUANTIA_PHY=m
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738#note_9012825...
Enable this only for aarch64 then, and possibly only for ARK. Fedora and the other arches don't need this.
From: Steve Best on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738#note_9012921...
are you planning to open MR to fix all of the other phy drivers?
From: David Arcari on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738#note_9013417...
I think this will be required for x86. It's a valid NIC for EHL.
From: Steve Best on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738#note_9028522...
seems like there are roadblocks to turn on config options for ark.. closing
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738#note_9034340...
Why wouldn't it be needed for Fedora?
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738#note_9416389...
`Why wouldn't it be needed for Fedora?` It is already enabled for Fedora, and I have no plan to turn it off.
kernel@lists.fedoraproject.org