diff options
| author | Lars-Peter Clausen <lars@metafoo.de> | 2013-07-21 11:43:16 +0000 |
|---|---|---|
| committer | Lars-Peter Clausen <lars@metafoo.de> | 2013-07-21 11:43:16 +0000 |
| commit | 8fc44d1f5f472d980f7209757bfc674d5b9da5a2 (patch) | |
| tree | cdf6095183b25acf2c9d578d924a00929b6ffbaf /target/linux/generic/files/drivers/pwm/Kconfig | |
| parent | 11c573069562658382b9395aa7fb4a593143ef26 (diff) | |
| download | mtk-20170518-8fc44d1f5f472d980f7209757bfc674d5b9da5a2.zip mtk-20170518-8fc44d1f5f472d980f7209757bfc674d5b9da5a2.tar.gz mtk-20170518-8fc44d1f5f472d980f7209757bfc674d5b9da5a2.tar.bz2 | |
kernel: Remove gpio-pwm patches
There is no platform using the gpio-pwm driver, yet these patches break the
generic PWM framework that is in upstream. So just remove them.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 37490
Diffstat (limited to 'target/linux/generic/files/drivers/pwm/Kconfig')
| -rw-r--r-- | target/linux/generic/files/drivers/pwm/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/generic/files/drivers/pwm/Kconfig b/target/linux/generic/files/drivers/pwm/Kconfig deleted file mode 100644 index 70f4442..0000000 --- a/target/linux/generic/files/drivers/pwm/Kconfig +++ /dev/null @@ -1,20 +0,0 @@ -# -# PWM infrastructure and devices -# - -menuconfig GENERIC_PWM - tristate "PWM Support" - depends on SYSFS - help - This enables PWM support through the generic PWM library. - If unsure, say N. - -if GENERIC_PWM - -config GPIO_PWM - tristate "PWM emulation using GPIO" - help - This option enables a single-channel PWM device using - a kernel interval timer and a GPIO pin. If unsure, say N. - -endif |
