diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 18:09:22 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2021-01-20 19:16:52 +0300 |
commit | a2bc9b21fd3f89b1f9a5df46427855dcf344e6e7 (patch) | |
tree | f840209c7f552f53823394629cb90faa28a5cba3 /drivers/pwm/Kconfig | |
parent | 6eefb79d6f5bc4086bd02c76f1072dd4a8d9d9f6 (diff) | |
download | linux-a2bc9b21fd3f89b1f9a5df46427855dcf344e6e7.tar.xz |
pwm: Remove ZTE ZX driver
The ZTE ZX platform is getting removed, so this driver is no longer
needed.
Cc: Jun Nie <jun.nie@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 0937e1c047ac..9a4f66ae8070 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -611,14 +611,4 @@ config PWM_VT8500 To compile this driver as a module, choose M here: the module will be called pwm-vt8500. -config PWM_ZX - tristate "ZTE ZX PWM support" - depends on ARCH_ZX || COMPILE_TEST - depends on HAS_IOMEM - help - Generic PWM framework driver for ZTE ZX family SoCs. - - To compile this driver as a module, choose M here: the module - will be called pwm-zx. - endif |