Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1701750 > unrolled thread
| Started by | Vignesh R <vigneshr@ti.com> |
|---|---|
| First post | 2017-08-02 08:20 +0200 |
| Last post | 2017-08-02 08:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] pwm: Kconfig: Enable pwm-tiecap to be built for Keystone Vignesh R <vigneshr@ti.com> - 2017-08-02 08:20 +0200
| From | Vignesh R <vigneshr@ti.com> |
|---|---|
| Date | 2017-08-02 08:20 +0200 |
| Subject | [PATCH] pwm: Kconfig: Enable pwm-tiecap to be built for Keystone |
| Message-ID | <u9VaF-6at-7@gated-at.bofh.it> |
66AK2G SoC has ECAP subsystem that is used as pwm-backlight provider for display. Hence, enable pwm-tiecap driver to be built for Keystone architecture. Signed-off-by: Vignesh R <vigneshr@ti.com> --- drivers/pwm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 313c10789ca2..c7f3a6037c93 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -446,7 +446,7 @@ config PWM_TEGRA config PWM_TIECAP tristate "ECAP PWM support" - depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX + depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_KEYSTONE help PWM driver support for the ECAP APWM controller found on AM33XX TI SOC -- 2.13.3
Back to top | Article view | linux.kernel
csiph-web