diff options
author | Sicelo A. Mhlongo <absicsz@gmail.com> | 2021-04-17 22:28:16 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-21 12:31:57 +0300 |
commit | e7d7b033091afaee937cd92d71903fbe774d5ff0 (patch) | |
tree | 34936b498d4d971533b6aed711e428ce0c8e018f /arch/arm/configs/omap2plus_defconfig | |
parent | 80d872f97d83e8fbe70823838204e6e6a322c2be (diff) | |
download | linux-e7d7b033091afaee937cd92d71903fbe774d5ff0.tar.bz2 |
ARM: omap2plus_defconfig: Add LP5523 LED driver
The Nokia N900 has an LP5523 driving the RGB LED and the 6 keyboard LEDS.
Enable support for it in omap2plus_defconfig.
Signed-off-by: Sicelo A. Mhlongo <absicsz@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 88589abd3bd4..2ac2418084ab 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -620,6 +620,8 @@ CONFIG_LEDS_CLASS=m CONFIG_LEDS_CPCAP=m CONFIG_LEDS_LM3532=m CONFIG_LEDS_GPIO=m +CONFIG_LEDS_LP55XX_COMMON=m +CONFIG_LEDS_LP5523=m CONFIG_LEDS_PCA963X=m CONFIG_LEDS_PWM=m CONFIG_LEDS_TRIGGERS=y |