diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2016-09-08 11:59:30 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-09-08 11:59:30 +0300 |
commit | dc8e6e1e8f2d2719dd396708b0f56d8b73c9ea52 (patch) | |
tree | fa718cd29fd65ad180b57856a9ee67e2bc324c44 /drivers/pwm/Kconfig | |
parent | 51f01e4cbaf321effa75a21611ed5c34ea7cc583 (diff) | |
parent | 2fbc487df6e6927bc0a0092f86d4d15961e070de (diff) | |
download | linux-dc8e6e1e8f2d2719dd396708b0f56d8b73c9ea52.tar.xz |
Merge branch 'for-4.9/drivers' into for-next
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 80a566a00d04..bf0128899c09 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -262,6 +262,15 @@ config PWM_LPSS_PLATFORM To compile this driver as a module, choose M here: the module will be called pwm-lpss-platform. +config PWM_MESON + tristate "Amlogic Meson PWM driver" + depends on ARCH_MESON + help + The platform driver for Amlogic Meson PWM controller. + + To compile this driver as a module, choose M here: the module + will be called pwm-meson. + config PWM_MTK_DISP tristate "MediaTek display PWM driver" depends on ARCH_MEDIATEK || COMPILE_TEST |