From: Lothar Waßmann Date: Fri, 12 Jun 2015 08:55:12 +0000 (+0200) Subject: kconfig: add Kconfig option for LCD X-Git-Tag: KARO-TXA5-2015-06-26~29 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=e0bbf95696eb163298aa8fe6449e0ae5955a7637 kconfig: add Kconfig option for LCD --- 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