aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2019-05-28 06:51:51 +0200
committerStefano Babic <sbabic@denx.de>2019-07-19 20:14:50 +0200
commite0f0657ddf7322999da40fff95dce727e81848c7 (patch)
tree10e6dda4ad4fe6c28f42980b5b1054d05021b347 /drivers/pwm
parentf6771083a6278b3099cf66f268c0f4bc20879771 (diff)
downloadu-boot-e0f0657ddf7322999da40fff95dce727e81848c7.zip
u-boot-e0f0657ddf7322999da40fff95dce727e81848c7.tar.gz
u-boot-e0f0657ddf7322999da40fff95dce727e81848c7.tar.bz2
pwm: imx: add Kconfig support
add Kconfig support for this driver. Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Martyn Welch <martyn.welch@collabora.co.uk>
Diffstat (limited to 'drivers/pwm')
-rw-r--r--drivers/pwm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 2984b79..1f36fc7 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