diff options
author | Stefan Lippers-Hollmann <s.l-h@gmx.de> | 2020-04-07 23:43:34 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-09 12:51:10 +0200 |
commit | fabcfa9222c4f683163514af667310178f8a45a0 (patch) | |
tree | 3d1722a6add76fa2c2fe786e36f92a024fc8db5c /target/linux/ipq40xx/config-5.4 | |
parent | 3204430e38f1a2ba7fda9471720a2a1042adf5e0 (diff) | |
download | upstream-fabcfa9222c4f683163514af667310178f8a45a0.tar.gz upstream-fabcfa9222c4f683163514af667310178f8a45a0.tar.bz2 upstream-fabcfa9222c4f683163514af667310178f8a45a0.zip |
ipq40xx: re-add LEDS_LP5523 for the ASUS Lyra MAP-AC2200
This symbol had been enabled in the initial device support submission
for kernel 4.14, but apparently got lost during the v4.19 port.
The ASUS Lyra MAP-AC2200 has a single (very bright) rgb LED, which is
controlled by the TI/National LP5523/55231 LED driver chip. It is left
enabled in a pulsating infinite rainbow loop by the bootloader,
expecting it to be reconfigured (disabled by default) after the boot
process has finished and is also required to indicate failsafe/
firstboot conditions.
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Diffstat (limited to 'target/linux/ipq40xx/config-5.4')
-rw-r--r-- | target/linux/ipq40xx/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/config-5.4 b/target/linux/ipq40xx/config-5.4 index ba9ac7ddc4..4d3fb9c3f1 100644 --- a/target/linux/ipq40xx/config-5.4 +++ b/target/linux/ipq40xx/config-5.4 @@ -294,6 +294,7 @@ CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y # CONFIG_KPSS_XCC is not set # CONFIG_KRAITCC is not set +CONFIG_LEDS_LP5523=y CONFIG_LEDS_LP5562=y CONFIG_LEDS_LP55XX_COMMON=y CONFIG_LIBFDT=y |