summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r--drivers/pwm/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 1311b54089be..f7eacac0d713 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -400,6 +400,17 @@ config PWM_SAMSUNG
400 To compile this driver as a module, choose M here: the module 400 To compile this driver as a module, choose M here: the module
401 will be called pwm-samsung. 401 will be called pwm-samsung.
402 402
403config PWM_SIFIVE
404 tristate "SiFive PWM support"
405 depends on OF
406 depends on COMMON_CLK
407 depends on RISCV || COMPILE_TEST
408 help
409 Generic PWM framework driver for SiFive SoCs.
410
411 To compile this driver as a module, choose M here: the module
412 will be called pwm-sifive.
413
403config PWM_SPEAR 414config PWM_SPEAR
404 tristate "STMicroelectronics SPEAr PWM support" 415 tristate "STMicroelectronics SPEAr PWM support"
405 depends on PLAT_SPEAR 416 depends on PLAT_SPEAR