From 244eaea60b0950fa89ee7326fe134fa0c43ce41a Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Thu, 2 Aug 2018 08:50:20 -0500 Subject: Convert CONFIG_VIDEO_OMAP3 to Kconfig This converts the following to Kconfig: CONFIG_VIDEO_OMAP3 Signed-off-by: Adam Ford --- include/configs/cm_t35.h | 1 - include/configs/cm_t3517.h | 1 - include/configs/mcx.h | 1 - include/configs/mt_ventoux.h | 1 - include/configs/omap3_beagle.h | 1 - 5 files changed, 5 deletions(-) (limited to 'include') diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 646da7fb82..c7ac8d1fcc 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -198,7 +198,6 @@ #define CONFIG_SPLASHIMAGE_GUARD /* Display Configuration */ -#define CONFIG_VIDEO_OMAP3 #define LCD_BPP LCD_COLOR16 #define CONFIG_SPLASH_SCREEN 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 diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 94b133223c..176af724e8 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -292,6 +292,5 @@ #define CONFIG_SPLASH_SCREEN #define CONFIG_VIDEO_BMP_RLE8 -#define CONFIG_VIDEO_OMAP3 #endif /* __CONFIG_H */ diff --git a/include/configs/mt_ventoux.h b/include/configs/mt_ventoux.h index 3b11cc0e50..e590364441 100644 --- a/include/configs/mt_ventoux.h +++ b/include/configs/mt_ventoux.h @@ -39,7 +39,6 @@ #define CONFIG_SPLASH_SCREEN #define CONFIG_VIDEO_BMP_RLE8 -#define CONFIG_VIDEO_OMAP3 /* DSS Support */ #define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \ "bootcmd=run net_nfs\0" diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 252b8f9a5f..1fbe27e1aa 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -58,7 +58,6 @@ #define CONFIG_I2C_MULTI_BUS /* DSS Support */ -#define CONFIG_VIDEO_OMAP3 /* TWL4030 LED Support */ #define CONFIG_TWL4030_LED -- cgit