diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-07-17 15:10:01 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2022-07-17 18:44:41 +0200 |
commit | d9ab1e56d8d16182bd292f393c012d7e6873ed89 (patch) | |
tree | 6bb2cdd30881812f92c9c48266ce67702fe49bd7 /target/linux/bcm53xx | |
parent | 5ad67cc51301e63d0039630ae0020c3446b72416 (diff) | |
download | upstream-d9ab1e56d8d16182bd292f393c012d7e6873ed89.tar.gz upstream-d9ab1e56d8d16182bd292f393c012d7e6873ed89.tar.bz2 upstream-d9ab1e56d8d16182bd292f393c012d7e6873ed89.zip |
kernel: backport LEDs driver for BCMBCA devices
This includes BCM63xx and BCM4908 families.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-5.10 b/target/linux/bcm53xx/config-5.10 index 3a1f09219a..4c5047b81b 100644 --- a/target/linux/bcm53xx/config-5.10 +++ b/target/linux/bcm53xx/config-5.10 @@ -172,6 +172,7 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_DOMAIN_HIERARCHY=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y +# CONFIG_LEDS_BCM63138 is not set CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LOCK_SPIN_ON_OWNER=y |