diff options
| author | Heiko Schocher <[email protected]> | 2019-05-28 06:51:51 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-07-19 20:14:50 +0200 |
| commit | e0f0657ddf7322999da40fff95dce727e81848c7 (patch) | |
| tree | 10e6dda4ad4fe6c28f42980b5b1054d05021b347 /drivers | |
| parent | f6771083a6278b3099cf66f268c0f4bc20879771 (diff) | |
pwm: imx: add Kconfig support
add Kconfig support for this driver.
Signed-off-by: Heiko Schocher <[email protected]>
Acked-by: Martyn Welch <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pwm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 2984b797663..1f36fc78fa7 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -18,6 +18,11 @@ config PWM_EXYNOS used. It provides 5 channels which can be independently programmed. Channel 4 (the last) is normally used as a timer. +config PWM_IMX + bool "Enable support for i.MX27 and later PWM" + help + This PWM is found i.MX27 and later i.MX SoCs. + config PWM_ROCKCHIP bool "Enable support for the Rockchip PWM" depends on DM_PWM |
