summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-03-22 14:17:50 +0100
committerRobert Marko <robimarko@gmail.com>2024-03-22 14:17:50 +0100
commit6bdea8c7bd85a43e0490107613a60c4f805e093f (patch)
tree28c975df0449f3354f6417f6abce441108a02fd0
parent494c5691c60316aa710fbf5a6d38bdb04ff14f76 (diff)
downloadopenwrt-6bdea8c7bd85a43e0490107613a60c4f805e093f.tar.gz
openwrt-6bdea8c7bd85a43e0490107613a60c4f805e093f.tar.bz2
openwrt-6bdea8c7bd85a43e0490107613a60c4f805e093f.zip
mediatek: mt7629: 6.6: disable LEDS_SMARTRG_LED by default
When building MT7629 with ALL_KMODS then we get prompted for LEDS_SMARTRG_LED and this will break CI and in future buildbot compilation. It depends on I2C so the symbol is hidden until ALL_KMODS is used and I2C support is available, so disable the LEDS_SMARTRG_LED symbol in 6.6 config intentionally as is done in the 6.1 mt7629 config. Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/mediatek/mt7629/config-6.61
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/mt7629/config-6.6 b/target/linux/mediatek/mt7629/config-6.6
index 15329133c0..31d7401619 100644
--- a/target/linux/mediatek/mt7629/config-6.6
+++ b/target/linux/mediatek/mt7629/config-6.6
@@ -167,6 +167,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_SMARTRG_LED is not set
CONFIG_LIBFDT=y
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_LOCK_SPIN_ON_OWNER=y