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/paz00.h | |
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 'include/configs/paz00.h')
-rw-r--r-- | include/configs/paz00.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/paz00.h b/include/configs/paz00.h index 04ddb1b0e8..6acecb1e27 100644 --- a/include/configs/paz00.h +++ b/include/configs/paz00.h @@ -48,7 +48,6 @@ #define CONFIG_CMD_DHCP /* LCD support */ -#define CONFIG_PWM_TEGRA #define CONFIG_SYS_WHITE_ON_BLACK #define CONFIG_CONSOLE_SCROLL_LINES 10 |