Skip to content

Commit

Permalink
drivers: pwm: Add pwm-sunxi-enhance driver for h616
Browse files Browse the repository at this point in the history
  • Loading branch information
orangepi-xunlong committed Jun 5, 2023
1 parent 226a186 commit c68ef34
Show file tree
Hide file tree
Showing 4 changed files with 1,264 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/pwm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,15 @@ config PWM_SUN4I
To compile this driver as a module, choose M here: the module
will be called pwm-sun4i.

config PWM_SUNXI_ENHANCE
tristate "Sunxi Enhance PWM support"
depends on PWM && ARCH_SUNXI
help
Enhance PWM framework driver for sunxi.

To compile this driver as a module, choose M here: the module
will be called pwm-sunxi.

config PWM_SUNPLUS
tristate "Sunplus PWM support"
depends on ARCH_SUNPLUS || COMPILE_TEST
Expand Down
1 change: 1 addition & 0 deletions drivers/pwm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ obj-$(CONFIG_PWM_STM32) += pwm-stm32.o
obj-$(CONFIG_PWM_STM32_LP) += pwm-stm32-lp.o
obj-$(CONFIG_PWM_STMPE) += pwm-stmpe.o
obj-$(CONFIG_PWM_SUN4I) += pwm-sun4i.o
obj-$(CONFIG_PWM_SUNXI_ENHANCE) += pwm-sunxi-enhance.o
obj-$(CONFIG_PWM_SUNPLUS) += pwm-sunplus.o
obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o
obj-$(CONFIG_PWM_TIECAP) += pwm-tiecap.o
Expand Down
Loading

0 comments on commit c68ef34

Please sign in to comment.