[openwrt/openwrt] ath79: disable unnecessary driver CONFIG_LEDS_RESET
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 20 05:02:32 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5901598586ca22a0747250ab14f1475ab7873a6f
commit 5901598586ca22a0747250ab14f1475ab7873a6f
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Wed Jun 19 10:52:37 2024 +0000
ath79: disable unnecessary driver CONFIG_LEDS_RESET
This driver has already been packed as a software package. There is
no need to build it into the kernel.
Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
---
target/linux/ath79/generic/config-default | 1 -
target/linux/ath79/mikrotik/config-default | 1 -
target/linux/ath79/tiny/config-default | 1 -
3 files changed, 3 deletions(-)
diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default
index e82903ebbd..a37d341821 100644
--- a/target/linux/ath79/generic/config-default
+++ b/target/linux/ath79/generic/config-default
@@ -11,7 +11,6 @@ CONFIG_I2C_CHARDEV=y
CONFIG_I2C_GPIO=y
CONFIG_INTEL_XWAY_PHY=y
CONFIG_IP17XX_PHY=y
-CONFIG_LEDS_RESET=y
CONFIG_MARVELL_PHY=y
CONFIG_MICREL_PHY=y
CONFIG_MTD_REDBOOT_PARTS=y
diff --git a/target/linux/ath79/mikrotik/config-default b/target/linux/ath79/mikrotik/config-default
index 3fe5cd4979..4325e1f69a 100644
--- a/target/linux/ath79/mikrotik/config-default
+++ b/target/linux/ath79/mikrotik/config-default
@@ -9,7 +9,6 @@ CONFIG_GPIO_RB91X_KEY=y
CONFIG_GPIO_WATCHDOG=y
CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y
CONFIG_GRO_CELLS=y
-CONFIG_LEDS_RESET=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_MFD_CORE=y
diff --git a/target/linux/ath79/tiny/config-default b/target/linux/ath79/tiny/config-default
index 3fb83dd8e1..c738309ce4 100644
--- a/target/linux/ath79/tiny/config-default
+++ b/target/linux/ath79/tiny/config-default
@@ -1,5 +1,4 @@
CONFIG_GRO_CELLS=y
-CONFIG_LEDS_RESET=y
CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
CONFIG_NET_DEVLINK=y
CONFIG_NET_DSA=y
More information about the lede-commits
mailing list