From e0bbf95696eb163298aa8fe6449e0ae5955a7637 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 12 Jun 2015 10:55:12 +0200 Subject: [PATCH] kconfig: add Kconfig option for LCD --- common/Kconfig | 10 ++++++++++ include/configs/tx28.h | 1 - include/configs/tx48.h | 1 - include/configs/tx51.h | 1 - include/configs/tx53.h | 1 - include/configs/tx6.h | 1 - 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/common/Kconfig b/common/Kconfig index 83cceaaef7..a8958b8343 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -381,3 +381,13 @@ config ENV_IS_IN_SPI_FLASH endchoice endmenu + +menu "Display configuration" + +config LCD + bool "LCD support" + +config DISPLAY_BOARDINFO + bool "Display board info" + +endmenu diff --git a/include/configs/tx28.h b/include/configs/tx28.h index c7b1f91d30..c7e54471ac 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -39,7 +39,6 @@ #define CONFIG_SYS_GENERIC_BOARD /* LCD Logo and Splash screen support */ -#define CONFIG_LCD #ifdef CONFIG_LCD #define CONFIG_SPLASH_SCREEN #define CONFIG_SPLASH_SCREEN_ALIGN diff --git a/include/configs/tx48.h b/include/configs/tx48.h index f3f8f8f789..1e7f6af863 100644 --- a/include/configs/tx48.h +++ b/include/configs/tx48.h @@ -34,7 +34,6 @@ #define CONFIG_SYS_GENERIC_BOARD /* LCD Logo and Splash screen support */ -#define CONFIG_LCD #ifdef CONFIG_LCD #define CONFIG_VIDEO_DA8XX #define CONFIG_SPLASH_SCREEN diff --git a/include/configs/tx51.h b/include/configs/tx51.h index 181f3ea6b4..f59018ca8e 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -37,7 +37,6 @@ #endif /* LCD Logo and Splash screen support */ -#define CONFIG_LCD #ifdef CONFIG_LCD #define CONFIG_SPLASH_SCREEN #define CONFIG_SPLASH_SCREEN_ALIGN diff --git a/include/configs/tx53.h b/include/configs/tx53.h index 68b8d0cd94..dd8e248dec 100644 --- a/include/configs/tx53.h +++ b/include/configs/tx53.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_GENERIC_BOARD /* LCD Logo and Splash screen support */ -#define CONFIG_LCD #ifdef CONFIG_LCD #define CONFIG_SPLASH_SCREEN #define CONFIG_SPLASH_SCREEN_ALIGN diff --git a/include/configs/tx6.h b/include/configs/tx6.h index 1e4af07a07..deb3f13119 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -27,7 +27,6 @@ #ifndef CONFIG_TX6_UBOOT_MFG /* LCD Logo and Splash screen support */ -#define CONFIG_LCD #ifdef CONFIG_LCD #define CONFIG_SPLASH_SCREEN #define CONFIG_SPLASH_SCREEN_ALIGN -- 2.39.2