]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
kernel: fix leds on geos and alix
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 28 Feb 2021 08:42:48 +0000 (09:42 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jul 2021 05:42:37 +0000 (07:42 +0200)
the platform driver cannot register the leds if GPIO_CS5535 is compiled as module

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/kernel/kernel.config.i586-ipfire

index 282db9ea8e23f8f28062f70a41891d02dac77765..c221dc7cb1a7614254ff095f8b9e81dcc4cb209b 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.9-ipfire Kernel Configuration
+# Linux/x86 5.10.19-ipfire Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
@@ -3702,7 +3702,7 @@ CONFIG_GPIO_SCH=m
 # MFD GPIO expanders
 #
 CONFIG_GPIO_BD9571MWV=m
-CONFIG_GPIO_CS5535=m
+CONFIG_GPIO_CS5535=y
 # CONFIG_GPIO_DLN2 is not set
 # CONFIG_GPIO_MADERA is not set
 # CONFIG_GPIO_MSIC is not set
@@ -4146,7 +4146,7 @@ CONFIG_BCMA_DRIVER_GPIO=y
 # Multifunction device drivers
 #
 CONFIG_MFD_CORE=y
-CONFIG_MFD_CS5535=m
+CONFIG_MFD_CS5535=y
 # CONFIG_MFD_AS3711 is not set
 # CONFIG_PMIC_ADP5520 is not set
 # CONFIG_MFD_AAT2870_CORE is not set