diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-08-22 15:30:21 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-08-25 22:07:43 +0200 |
commit | 15cae55cecccd7962907c5306bc2dbe38c3c66bb (patch) | |
tree | 6f294fa283789f299da95addc1a18282673f4455 /target/linux/bcm53xx/config-5.15 | |
parent | edeae512c065ed54f5ab492b5a2bdf0e833bb685 (diff) | |
download | upstream-15cae55cecccd7962907c5306bc2dbe38c3c66bb.tar.gz upstream-15cae55cecccd7962907c5306bc2dbe38c3c66bb.tar.bz2 upstream-15cae55cecccd7962907c5306bc2dbe38c3c66bb.zip |
bcm53xx: 5.15: add missing LEDS_BCM63138 config symbol
Fixes following build issue found during build testing with 5.15.63
kernel:
LED Support for Broadcom BCM63138 SoC (LEDS_BCM63138) [N/m/y/?] (NEW)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/bcm53xx/config-5.15')
-rw-r--r-- | target/linux/bcm53xx/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-5.15 b/target/linux/bcm53xx/config-5.15 index 4941f16912..32ac9fb6cc 100644 --- a/target/linux/bcm53xx/config-5.15 +++ b/target/linux/bcm53xx/config-5.15 @@ -179,6 +179,7 @@ CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y CONFIG_KMAP_LOCAL=y CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y +# CONFIG_LEDS_BCM63138 is not set CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LOCK_SPIN_ON_OWNER=y |