diff options
author | Adam Ford | 2018-08-02 08:50:20 -0500 |
---|---|---|
committer | Tom Rini | 2018-08-17 13:04:00 -0400 |
commit | 244eaea60b0950fa89ee7326fe134fa0c43ce41a (patch) | |
tree | 0823413b96f95e6ced7d058d1ed110a5f4ba672f /include | |
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')
-rw-r--r-- | include/configs/cm_t35.h | 1 | ||||
-rw-r--r-- | include/configs/cm_t3517.h | 1 | ||||
-rw-r--r-- | include/configs/mcx.h | 1 | ||||
-rw-r--r-- | include/configs/mt_ventoux.h | 1 | ||||
-rw-r--r-- | include/configs/omap3_beagle.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 646da7fb82b..c7ac8d1fcc3 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 0ab3930e5a4..c3ec812daf7 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 94b133223c0..176af724e81 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 3b11cc0e50e..e590364441e 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 252b8f9a5fd..1fbe27e1aad 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 |