diff options
| author | Simon Glass <[email protected]> | 2016-01-30 16:38:00 -0700 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2016-02-16 09:17:53 -0700 |
| commit | 41fa035ce1480aa87d42e4af0ed8ea841944c2c9 (patch) | |
| tree | d25e795428627e6511d287e22ba23a986da8280b /include/configs/tec.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 <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'include/configs/tec.h')
| -rw-r--r-- | include/configs/tec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tec.h b/include/configs/tec.h index 9c2311bc344..50b9e97fe79 100644 --- a/include/configs/tec.h +++ b/include/configs/tec.h @@ -48,7 +48,6 @@ #define CONFIG_CMD_DHCP /* LCD support */ -#define CONFIG_PWM_TEGRA #define CONFIG_SYS_WHITE_ON_BLACK /* support the new (FDT-based) image format */ |
