pwm: Imagination Technologies PWM DAC driver
[pandora-kernel.git] / drivers / pwm / Kconfig
index ef2dd2e..b1541f4 100644 (file)
@@ -50,6 +50,18 @@ config PWM_ATMEL
          To compile this driver as a module, choose M here: the module
          will be called pwm-atmel.
 
+config PWM_ATMEL_HLCDC_PWM
+       tristate "Atmel HLCDC PWM support"
+       depends on MFD_ATMEL_HLCDC
+       depends on HAVE_CLK
+       help
+         Generic PWM framework driver for the PWM output of the HLCDC
+         (Atmel High-end LCD Controller). This PWM output is mainly used
+         to control the LCD backlight.
+
+         To compile this driver as a module, choose M here: the module
+         will be called pwm-atmel-hlcdc.
+
 config PWM_ATMEL_TCB
        tristate "Atmel TC Block PWM support"
        depends on ATMEL_TCLIB && OF
@@ -71,6 +83,15 @@ config PWM_BCM_KONA
          To compile this driver as a module, choose M here: the module
          will be called pwm-bcm-kona.
 
+config PWM_BCM2835
+       tristate "BCM2835 PWM support"
+       depends on ARCH_BCM2835
+       help
+         PWM framework driver for BCM2835 controller (Raspberry Pi)
+
+         To compile this driver as a module, choose M here: the module
+         will be called pwm-bcm2835.
+
 config PWM_BFIN
        tristate "Blackfin PWM support"
        depends on BFIN_GPTIMERS
@@ -110,6 +131,19 @@ config PWM_FSL_FTM
          To compile this driver as a module, choose M here: the module
          will be called pwm-fsl-ftm.
 
+config PWM_IMG
+       tristate "Imagination Technologies PWM driver"
+       depends on HAS_IOMEM
+       depends on MFD_SYSCON
+       depends on COMMON_CLK
+       depends on MIPS || COMPILE_TEST
+       help
+         Generic PWM framework driver for Imagination Technologies
+         PWM block which supports 4 channels.
+
+         To compile this driver as a module, choose M here: the module
+         will be called pwm-img
+
 config PWM_IMX
        tristate "i.MX PWM support"
        depends on ARCH_MXC
@@ -235,7 +269,7 @@ config PWM_ROCKCHIP
 
 config PWM_SAMSUNG
        tristate "Samsung PWM support"
-       depends on PLAT_SAMSUNG
+       depends on PLAT_SAMSUNG || ARCH_EXYNOS
        help
          Generic PWM framework driver for Samsung.
 
@@ -263,6 +297,16 @@ config PWM_STI
          To compile this driver as a module, choose M here: the module
          will be called pwm-sti.
 
+config PWM_SUN4I
+       tristate "Allwinner PWM support"
+       depends on ARCH_SUNXI || COMPILE_TEST
+       depends on HAS_IOMEM && COMMON_CLK
+       help
+         Generic PWM framework driver for Allwinner SoCs.
+
+         To compile this driver as a module, choose M here: the module
+         will be called pwm-sun4i.
+
 config PWM_TEGRA
        tristate "NVIDIA Tegra PWM support"
        depends on ARCH_TEGRA