From: Joel Savitz jsavitz@redhat.com
redhat/configs: enable CONFIG_BCMGENET as module
The genet driver enables the use of ethernet on SOCs including that of the Raspberry Pi 4B.
Upstream Status: RHEL-only Tested: on a physical Raspberry Pi 4B
Signed-off-by: Joel Savitz jsavitz@redhat.com
diff --git a/redhat/configs/ark/generic/CONFIG_BCMGENET b/redhat/configs/ark/generic/CONFIG_BCMGENET index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/CONFIG_BCMGENET +++ b/redhat/configs/ark/generic/CONFIG_BCMGENET @@ -1 +1 @@ -# CONFIG_BCMGENET is not set +CONFIG_BCMGENET=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440
From: Waiman Long on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_7135835...
Acked-by: Waiman Long longman@redhat.com (via approve button)
From: Jeremy Linton on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_7138222...
I can't ack config options, otherwise, I would :kiss_mm:
So looks good to me!
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_7140276...
So a couple of things. Why is this labelled "Upstream Status: RHEL-only"? Who is the RHEL maintainer?
Otherwise Acked-by: Peter Robinson pbrobinson@redhat.com
From: Joel Savitz on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_7147619...
I just left it in when I was asked to open this MR on ark before c9s.
From: Ian McInerney on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_7147726...
This is also set to `m` for Fedora, so should this just be moved to common instead of adding a new RHEL file?
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_7147749...
There will be a clean-up of stuff like this soon, @prarit has a script that should consolidate the things which can be without an impact on the final configs.
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_7162819...
Acked-by: Justin M. Forbes jforbes@fedoraproject.org (via approve button)
From: Joel Savitz on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1440#note_7162827...
:100:
kernel@lists.fedoraproject.org