diff options
author | Michael Walle <michael@walle.cc> | 2020-09-15 00:43:34 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-09-17 17:59:34 +0300 |
commit | 9db33d221efcca9503ac481edcbf2b3f4404bdb8 (patch) | |
tree | a17e7777c0de2f9aa611b946a16ab9a18eab97db /drivers/pwm/Kconfig | |
parent | 85174ca663767c1c6f8dca3b0a2acfd4b5c37289 (diff) | |
download | linux-9db33d221efcca9503ac481edcbf2b3f4404bdb8.tar.xz |
pwm: Add support for sl28cpld PWM controller
Add support for the PWM controller of the sl28cpld board management
controller. This is part of a multi-function device driver.
The controller has one PWM channel and can just generate four distinct
frequencies.
Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Thierry Reding <thierry.reding@gmail.com>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 7dbcf6973d33..78ddc127e45e 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -428,6 +428,16 @@ config PWM_SIFIVE To compile this driver as a module, choose M here: the module will be called pwm-sifive. +config PWM_SL28CPLD + tristate "Kontron sl28cpld PWM support" + depends on MFD_SL28CPLD || COMPILE_TEST + help + Generic PWM framework driver for board management controller + found on the Kontron sl28 CPLD. + + To compile this driver as a module, choose M here: the module + will be called pwm-sl28cpld. + config PWM_SPEAR tristate "STMicroelectronics SPEAr PWM support" depends on PLAT_SPEAR || COMPILE_TEST |