pwm: Add Apple PWM controller
[platform/kernel/linux-starfive.git] / drivers / pwm / Kconfig
index dae023d..8df861b 100644 (file)
@@ -51,6 +51,18 @@ config PWM_AB8500
          To compile this driver as a module, choose M here: the module
          will be called pwm-ab8500.
 
+config PWM_APPLE
+       tristate "Apple SoC PWM support"
+       depends on ARCH_APPLE || COMPILE_TEST
+       help
+         Generic PWM framework driver for PWM controller present on
+         Apple SoCs
+
+         Say Y here if you have an ARM Apple laptop, otherwise say N
+
+         To compile this driver as a module, choose M here: the module
+         will be called pwm-apple.
+
 config PWM_ATMEL
        tristate "Atmel PWM support"
        depends on ARCH_AT91 || COMPILE_TEST