diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-08-22 18:36:30 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-09-08 11:55:00 +0300 |
commit | 211ed630753d2f0553ff642346e9995503bc240d (patch) | |
tree | 8f89f7dd22b0aca4372e14198db74c4c8fbe4aa1 /drivers/pwm/Kconfig | |
parent | 89394cc7c20c48d5e213d05cc37a87ceec23d963 (diff) | |
download | linux-211ed630753d2f0553ff642346e9995503bc240d.tar.xz |
pwm: Add support for Meson PWM Controller
Add support for the PWM controller found in the Amlogic SoCs. This
driver supports the Meson8b and GXBB SoCs.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Tested-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
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 |