diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 11:35:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 11:35:07 +0000 |
commit | 8fe75736d84890f5c60ca2f7b0e454193a112877 (patch) | |
tree | a1d1628b91b232291bc2f60e8ccaadf63f5c7cf6 /target/linux/generic | |
parent | c41dae37bf94391d000c93e7d6cc754547f43936 (diff) | |
download | upstream-8fe75736d84890f5c60ca2f7b0e454193a112877.tar.gz upstream-8fe75736d84890f5c60ca2f7b0e454193a112877.tar.bz2 upstream-8fe75736d84890f5c60ca2f7b0e454193a112877.zip |
kernel: add missing config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41378
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.12 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.13 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.14 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index a55d5accd0..0348e4f75a 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1592,6 +1592,7 @@ CONFIG_LEDS_GPIO_PLATFORM=y # CONFIG_LEDS_PCA9532 is not set # CONFIG_LEDS_PCA955X is not set # CONFIG_LEDS_PCA9633 is not set +# CONFIG_LEDS_PWM is not set # CONFIG_LEDS_RENESAS_TPU is not set # CONFIG_LEDS_TCA6507 is not set CONFIG_LEDS_TRIGGERS=y diff --git a/target/linux/generic/config-3.12 b/target/linux/generic/config-3.12 index 09345f2eac..561771f084 100644 --- a/target/linux/generic/config-3.12 +++ b/target/linux/generic/config-3.12 @@ -1658,6 +1658,7 @@ CONFIG_LEDS_GPIO_PLATFORM=y # CONFIG_LEDS_PCA955X is not set # CONFIG_LEDS_PCA9633 is not set # CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_PWM is not set # CONFIG_LEDS_RENESAS_TPU is not set # CONFIG_LEDS_TCA6507 is not set CONFIG_LEDS_TRIGGERS=y diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index cd68906265..c458dcc95f 100644 --- a/target/linux/generic/config-3.13 +++ b/target/linux/generic/config-3.13 @@ -1694,6 +1694,7 @@ CONFIG_LEDS_GPIO_PLATFORM=y # CONFIG_LEDS_PCA9633 is not set # CONFIG_LEDS_PCA963X is not set # CONFIG_LEDS_PCA9685 is not set +# CONFIG_LEDS_PWM is not set # CONFIG_LEDS_RENESAS_TPU is not set # CONFIG_LEDS_TCA6507 is not set CONFIG_LEDS_TRIGGERS=y diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index aac873d1fd..92b8d94369 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -1720,6 +1720,7 @@ CONFIG_LEDS_GPIO_PLATFORM=y # CONFIG_LEDS_PCA9633 is not set # CONFIG_LEDS_PCA963X is not set # CONFIG_LEDS_PCA9685 is not set +# CONFIG_LEDS_PWM is not set # CONFIG_LEDS_RENESAS_TPU is not set # CONFIG_LEDS_TCA6507 is not set CONFIG_LEDS_TRIGGERS=y |