diff options
author | Adam Ford <aford173@gmail.com> | 2018-08-02 08:50:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-17 13:04:00 -0400 |
commit | 244eaea60b0950fa89ee7326fe134fa0c43ce41a (patch) | |
tree | 0823413b96f95e6ced7d058d1ed110a5f4ba672f /include/configs/cm_t3517.h | |
parent | 8ccf98b1cfd2811e3121c719e294bdd8ebab1c45 (diff) |
Convert CONFIG_VIDEO_OMAP3 to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_OMAP3
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/cm_t3517.h')
-rw-r--r-- | include/configs/cm_t3517.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index 0ab3930e5a..c3ec812daf 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -203,7 +203,6 @@ #define GREEN_LED_GPIO 186 /* CM-T3517 Green LED is GPIO186 */ /* Display Configuration */ -#define CONFIG_VIDEO_OMAP3 #define LCD_BPP LCD_COLOR16 #define CONFIG_SPLASH_SCREEN |