diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-30 16:38:00 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-02-16 09:17:53 -0700 |
commit | 41fa035ce1480aa87d42e4af0ed8ea841944c2c9 (patch) | |
tree | d25e795428627e6511d287e22ba23a986da8280b /configs/tec_defconfig | |
parent | f5acf91f6f956c81489db283d55ec83ab780e5a3 (diff) |
tegra: Convert CONFIG_PWM_TEGRA to Kconfig
Move this option to Kconfig and clean up the header files. Adjust the only
user (the LCD driver) to work with the new driver.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/tec_defconfig')
-rw-r--r-- | configs/tec_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tec_defconfig b/configs/tec_defconfig index 9ba30629089..274fc9d8f8f 100644 --- a/configs/tec_defconfig +++ b/configs/tec_defconfig @@ -15,6 +15,7 @@ CONFIG_CMD_GPIO=y CONFIG_DM_PMIC=y CONFIG_DM_REGULATOR=y CONFIG_DM_PWM=y +CONFIG_PWM_TEGRA=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y |