From: Rupinderjit Singh rusingh@redhat.com
fedora/configs: enable LEDs related configurations
Enable CONFIG_LEDS_GPIO and CONFIG_LEDS_PCA9532 as modules
Signed-off-by: Rupinderjit Singh rusingh@redhat.com
diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_LEDS_GPIO b/redhat/configs/common/generic/arm/aarch64/CONFIG_LEDS_GPIO new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_LEDS_GPIO @@ -0,0 +1 @@ +CONFIG_LEDS_GPIO=m diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_LEDS_PCA9532 b/redhat/configs/common/generic/arm/aarch64/CONFIG_LEDS_PCA9532 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_LEDS_PCA9532 @@ -0,0 +1 @@ +CONFIG_LEDS_PCA9532=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3844
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3844#note_2473452...
I am actually not sure why you have Fedora listed here. These are already enabled for Fedora configs. This MR looks like it is attempting to turn them on for RHEL, but as you can see from the above CKI bot comment `This MR's config changes had ZERO impact on merged configs` because the common directory is overridden by fedora/rhel directories individually. If you wish to turn them on for RHEL, you would need to turn them on in the configs/rhel directory.
kernel@lists.fedoraproject.org