diff options
author | David Bauer <mail@david-bauer.net> | 2021-02-14 00:23:51 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-02-18 01:15:33 +0100 |
commit | c9137e2ddf97ede1db399dc38acff26feb48ba7e (patch) | |
tree | 474c00a369fd53d2bf4e9067c2adc70220f55b2b /target/linux/mediatek/mt7629 | |
parent | f323dec4f866d9ea75eae11c6762d0144d100628 (diff) | |
download | upstream-c9137e2ddf97ede1db399dc38acff26feb48ba7e.tar.gz upstream-c9137e2ddf97ede1db399dc38acff26feb48ba7e.tar.bz2 upstream-c9137e2ddf97ede1db399dc38acff26feb48ba7e.zip |
mediatek: add Ubiquiti LED driver
Add a driver for controlling the RGB LED via Ubiquitis own "LEDBAR" LED
controller based on the Holtek HT32F52241 MCU.
This driver is initially used by the Ubiquiti UniFi 6 LR, however
judging from FCC pictures the MCU is also found on the U6-Mesh as well
as the U6-Extender.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mediatek/mt7629')
-rw-r--r-- | target/linux/mediatek/mt7629/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/mt7629/config-5.4 b/target/linux/mediatek/mt7629/config-5.4 index 82ef4996af..7fe01d1748 100644 --- a/target/linux/mediatek/mt7629/config-5.4 +++ b/target/linux/mediatek/mt7629/config-5.4 @@ -214,6 +214,7 @@ CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_TIME_ACCOUNTING=y CONFIG_IRQ_WORK=y # CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set +# CONFIG_LEDS_UBNT_LEDBAR is not set CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LOCK_SPIN_ON_OWNER=y |