dm: dm-zoned: use __bio_add_page for adding single metadata page
[linux-block.git] / drivers / pwm / Kconfig
index 60d13a949bc58c698aa72e77f9b4ae44a886b49e..8df861b1f4a30b599ca955f76e194fc43d643e0e 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
@@ -282,8 +294,8 @@ config PWM_IQS620A
 
 config PWM_JZ4740
        tristate "Ingenic JZ47xx PWM support"
-       depends on MIPS || COMPILE_TEST
-       depends on COMMON_CLK
+       depends on MACH_INGENIC || COMPILE_TEST
+       depends on COMMON_CLK && OF
        select MFD_SYSCON
        help
          Generic PWM framework driver for Ingenic JZ47xx based
@@ -434,7 +446,7 @@ config PWM_PCA9685
 
 config PWM_PXA
        tristate "PXA PWM support"
-       depends on ARCH_PXA || COMPILE_TEST
+       depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
        depends on HAS_IOMEM
        help
          Generic PWM framework driver for PXA.