Skip to content

Commit a2022e1

Browse files
committed
pwm: remove pwm-puv3 driver
The unicore32 port is removed from the kernel. There is no point to keep stale PWM driver for this architecture. Signed-off-by: Mike Rapoport <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Guenter Roeck <[email protected]>
1 parent a559063 commit a2022e1

File tree

3 files changed

+0
-160
lines changed

3 files changed

+0
-160
lines changed

drivers/pwm/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -370,15 +370,6 @@ config PWM_PCA9685
370370
To compile this driver as a module, choose M here: the module
371371
will be called pwm-pca9685.
372372

373-
config PWM_PUV3
374-
tristate "PKUnity NetBook-0916 PWM support"
375-
depends on ARCH_PUV3
376-
help
377-
Generic PWM framework driver for PKUnity NetBook-0916.
378-
379-
To compile this driver as a module, choose M here: the module
380-
will be called pwm-puv3.
381-
382373
config PWM_PXA
383374
tristate "PXA PWM support"
384375
depends on ARCH_PXA || COMPILE_TEST

drivers/pwm/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ obj-$(CONFIG_PWM_MTK_DISP) += pwm-mtk-disp.o
3434
obj-$(CONFIG_PWM_MXS) += pwm-mxs.o
3535
obj-$(CONFIG_PWM_OMAP_DMTIMER) += pwm-omap-dmtimer.o
3636
obj-$(CONFIG_PWM_PCA9685) += pwm-pca9685.o
37-
obj-$(CONFIG_PWM_PUV3) += pwm-puv3.o
3837
obj-$(CONFIG_PWM_PXA) += pwm-pxa.o
3938
obj-$(CONFIG_PWM_RCAR) += pwm-rcar.o
4039
obj-$(CONFIG_PWM_RENESAS_TPU) += pwm-renesas-tpu.o

drivers/pwm/pwm-puv3.c

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)