]> Pileus Git - ~andy/linux/blobdiff - drivers/pwm/Kconfig
drm/vmwgfx: Split GMR2_REMAP commands if they are to large
[~andy/linux] / drivers / pwm / Kconfig
index 115b6445349307ece080c3f8dbe7d8699968664b..75840b5cea6dfd978d83c5b4c741af0b5af99122 100644 (file)
@@ -28,6 +28,10 @@ menuconfig PWM
 
 if PWM
 
+config PWM_SYSFS
+       bool
+       default y if SYSFS
+
 config PWM_AB8500
        tristate "AB8500 PWM support"
        depends on AB8500_CORE && ARCH_U8500
@@ -97,6 +101,15 @@ config PWM_MXS
          To compile this driver as a module, choose M here: the module
          will be called pwm-mxs.
 
+config PWM_PCA9685
+       tristate "NXP PCA9685 PWM driver"
+       depends on OF && REGMAP_I2C
+       help
+         Generic PWM framework driver for NXP PCA9685 LED controller.
+
+         To compile this driver as a module, choose M here: the module
+         will be called pwm-pca9685.
+
 config PWM_PUV3
        tristate "PKUnity NetBook-0916 PWM support"
        depends on ARCH_PUV3
@@ -115,6 +128,16 @@ config PWM_PXA
          To compile this driver as a module, choose M here: the module
          will be called pwm-pxa.
 
+config PWM_RENESAS_TPU
+       tristate "Renesas TPU PWM support"
+       depends on ARCH_SHMOBILE
+       help
+         This driver exposes the Timer Pulse Unit (TPU) PWM controller found
+         in Renesas chips through the PWM API.
+
+         To compile this driver as a module, choose M here: the module
+         will be called pwm-renesas-tpu.
+
 config PWM_SAMSUNG
        tristate "Samsung PWM support"
        depends on PLAT_SAMSUNG