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 /include/configs/harmony.h | |
parent | f5acf91f6f956c81489db283d55ec83ab780e5a3 (diff) | |
download | u-boot-41fa035ce1480aa87d42e4af0ed8ea841944c2c9.tar.gz |
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 'include/configs/harmony.h')
-rw-r--r-- | include/configs/harmony.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/harmony.h b/include/configs/harmony.h index a78f7c4db9..353caec22f 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -60,7 +60,6 @@ #define CONFIG_CMD_DHCP /* LCD support */ -#define CONFIG_PWM_TEGRA #define CONFIG_SYS_WHITE_ON_BLACK #define CONFIG_CONSOLE_SCROLL_LINES 10 |