phy: atheros: move delay config to common function
[oweals/u-boot.git] / drivers / pwm / Kconfig
index 1f36fc78fa7b3df4d9095f5cafdde7c0400d43a6..edb3f0f538edf1a89571e12510882369b1499cbf 100644 (file)
@@ -23,6 +23,13 @@ config PWM_IMX
        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