diff options
author | Sungbo Eo <mans0n@gorani.run> | 2021-01-04 22:33:34 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-15 18:22:45 +0100 |
commit | 8451f47b1e18c66ac4ceda898833096bf1b41c14 (patch) | |
tree | eaabb2d4bca5a43209035b45dd321f8419f82118 | |
parent | 22061b28802a1aefa0cc4e1a1cdea69b4e432e5d (diff) | |
download | upstream-8451f47b1e18c66ac4ceda898833096bf1b41c14.tar.gz upstream-8451f47b1e18c66ac4ceda898833096bf1b41c14.tar.bz2 upstream-8451f47b1e18c66ac4ceda898833096bf1b41c14.zip |
treewide: do not disable LED triggers in target config
Those targets have already enabled some other LED triggers, so enabling
a few more won't be a big problem.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
-rw-r--r-- | target/linux/at91/sama5/config-default | 1 | ||||
-rw-r--r-- | target/linux/lantiq/xway_legacy/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/oxnas/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/zynq/config-5.4 | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/at91/sama5/config-default b/target/linux/at91/sama5/config-default index 384d021efe..e9d9bf7f3f 100644 --- a/target/linux/at91/sama5/config-default +++ b/target/linux/at91/sama5/config-default @@ -313,7 +313,6 @@ CONFIG_KEYBOARD_QT1070=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_PWM=y CONFIG_LEDS_TRIGGER_CPU=y -# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set CONFIG_LEDS_TRIGGER_GPIO=y CONFIG_LIBFDT=y CONFIG_LOCALVERSION_AUTO=y diff --git a/target/linux/lantiq/xway_legacy/config-5.4 b/target/linux/lantiq/xway_legacy/config-5.4 index f5a47011ab..4930762160 100644 --- a/target/linux/lantiq/xway_legacy/config-5.4 +++ b/target/linux/lantiq/xway_legacy/config-5.4 @@ -13,7 +13,6 @@ CONFIG_INPUT_EVDEV=y CONFIG_INPUT_POLLDEV=y # CONFIG_ISDN is not set CONFIG_LANTIQ_ETOP=y -# CONFIG_LEDS_TRIGGER_TIMER is not set CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y CONFIG_NLS=y diff --git a/target/linux/oxnas/config-5.4 b/target/linux/oxnas/config-5.4 index eccc0dc11d..d8c87acabf 100644 --- a/target/linux/oxnas/config-5.4 +++ b/target/linux/oxnas/config-5.4 @@ -227,7 +227,6 @@ CONFIG_KEXEC_CORE=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_TRIGGER_CPU=y CONFIG_LEDS_TRIGGER_GPIO=y -# CONFIG_LEDS_TRIGGER_NETDEV is not set CONFIG_LEDS_TRIGGER_ONESHOT=y CONFIG_LIBFDT=y CONFIG_LOCALVERSION_AUTO=y diff --git a/target/linux/zynq/config-5.4 b/target/linux/zynq/config-5.4 index 5fc622c1c6..258c3e14b4 100644 --- a/target/linux/zynq/config-5.4 +++ b/target/linux/zynq/config-5.4 @@ -379,7 +379,6 @@ CONFIG_LEDS_TRIGGER_BACKLIGHT=y CONFIG_LEDS_TRIGGER_CAMERA=y CONFIG_LEDS_TRIGGER_CPU=y CONFIG_LEDS_TRIGGER_GPIO=y -# CONFIG_LEDS_TRIGGER_NETDEV is not set CONFIG_LEDS_TRIGGER_ONESHOT=y CONFIG_LEDS_TRIGGER_TRANSIENT=y CONFIG_LIBFDT=y |