kernel: fix leds on geos and alix

the platform driver cannot register the leds if GPIO_CS5535 is compiled as module

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-02-28 09:42:48 +01:00
parent 8f75241646
commit 0966058161

View 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