summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-30 16:38:01 -0700
committerTom Warren <twarren@nvidia.com>2016-02-16 09:17:53 -0700
commit91c08afe66f8b24798389cf628210844b1dfa215 (patch)
treee7f47497a17896b2b5ae2de51c61c63005159bca /drivers/pwm/Kconfig
parent41fa035ce1480aa87d42e4af0ed8ea841944c2c9 (diff)
downloadblackbird-obmc-uboot-91c08afe66f8b24798389cf628210844b1dfa215.tar.gz
blackbird-obmc-uboot-91c08afe66f8b24798389cf628210844b1dfa215.zip
tegra: video: Move LCD driver to use the DM PWM driver
Use the driver-model PWM driver in preference to the old code. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r--drivers/pwm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index e5880ac84f..6f0d61e7ab 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -20,6 +20,7 @@ config PWM_ROCKCHIP
config PWM_TEGRA
bool "Enable support for the Tegra PWM"
+ depends on DM_PWM
help
This PWM is found on Tegra 20 and other Nvidia SoCs. It supports
four channels with a programmable period and duty cycle. Only a
OpenPOWER on IntegriCloud