diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2023-05-18 13:29:20 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2023-06-23 15:43:23 +0200 |
commit | 2bf7ecf7b4fffd87d8eb5c072395239d6ff54728 (patch) | |
tree | 0431f63b0890e737ff87e94eae7e170d2ff716f6 /drivers/pwm/Kconfig | |
parent | 38ba83598633373f47951384cfc389181c8d1bed (diff) | |
download | lwn-2bf7ecf7b4fffd87d8eb5c072395239d6ff54728.tar.gz lwn-2bf7ecf7b4fffd87d8eb5c072395239d6ff54728.zip |
pwm: add microchip soft ip corePWM driver
Add a driver that supports the Microchip FPGA "soft" PWM IP core.
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.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, 10 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 8df861b1f4a3..41cdafbc17a8 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -405,6 +405,16 @@ config PWM_MEDIATEK To compile this driver as a module, choose M here: the module will be called pwm-mediatek. +config PWM_MICROCHIP_CORE + tristate "Microchip corePWM PWM support" + depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST + depends on HAS_IOMEM && OF + help + PWM driver for Microchip FPGA soft IP core. + + To compile this driver as a module, choose M here: the module + will be called pwm-microchip-core. + config PWM_MXS tristate "Freescale MXS PWM support" depends on ARCH_MXS || COMPILE_TEST |