phy: atheros: move delay config to common function
[oweals/u-boot.git] / drivers / pwm / Kconfig
index e82755805247b07c787e8d2b05cb6e9a26b88cf2..edb3f0f538edf1a89571e12510882369b1499cbf 100644 (file)
@@ -18,6 +18,18 @@ 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_MTK
+       bool "Enable support for MediaTek PWM"
+       depends on DM_PWM
+       help
+         This PWM is found on MT7622, MT7623, and MT7629. It supports a
+         programmable period and duty cycle.
+
 config PWM_ROCKCHIP
        bool "Enable support for the Rockchip PWM"
        depends on DM_PWM
@@ -43,3 +55,10 @@ config PWM_TEGRA
          four channels with a programmable period and duty cycle. Only a
          32KHz clock is supported by the driver but the duty cycle is
          configurable.
+
+config PWM_SUNXI
+       bool "Enable support for the Allwinner Sunxi PWM"
+       depends on DM_PWM
+       help
+         This PWM is found on H3, A64 and other Allwinner SoCs. It supports a
+         programmable period and duty cycle. A 16-bit counter is used.