]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kconfig: add Kconfig option for LCD
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 12 Jun 2015 08:55:12 +0000 (10:55 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 15 Jun 2015 12:39:18 +0000 (14:39 +0200)
common/Kconfig
include/configs/tx28.h
include/configs/tx48.h
include/configs/tx51.h
include/configs/tx53.h
include/configs/tx6.h

index 83cceaaef7efe42b8330c74e434aae1242674240..a8958b83436a97700b2af6b77ea72f05af9c029c 100644 (file)
@@ -381,3 +381,13 @@ config ENV_IS_IN_SPI_FLASH
 endchoice
 
 endmenu
 endchoice
 
 endmenu
+
+menu "Display configuration"
+
+config LCD
+       bool "LCD support"
+
+config DISPLAY_BOARDINFO
+       bool "Display board info"
+
+endmenu
index c7b1f91d304f2f07aaabf3ca772de0ab2663018d..c7e54471acca9d4da89716b96fd183cb2df4211c 100644 (file)
@@ -39,7 +39,6 @@
 #define CONFIG_SYS_GENERIC_BOARD
 
 /* LCD Logo and Splash screen support */
 #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
 #ifdef CONFIG_LCD
 #define CONFIG_SPLASH_SCREEN
 #define CONFIG_SPLASH_SCREEN_ALIGN
index f3f8f8f78929785c1213a0d40e5240994470b41d..1e7f6af863a559732b2e0f1a89542debfdc5e3e3 100644 (file)
@@ -34,7 +34,6 @@
 #define CONFIG_SYS_GENERIC_BOARD
 
 /* LCD Logo and Splash screen support */
 #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
 #ifdef CONFIG_LCD
 #define CONFIG_VIDEO_DA8XX
 #define CONFIG_SPLASH_SCREEN
index 181f3ea6b4ff45e8776544a21dfac64a25cba245..f59018ca8ee162a518f1e832e0e2f61cf9d55d9c 100644 (file)
@@ -37,7 +37,6 @@
 #endif
 
 /* LCD Logo and Splash screen support */
 #endif
 
 /* LCD Logo and Splash screen support */
-#define CONFIG_LCD
 #ifdef CONFIG_LCD
 #define CONFIG_SPLASH_SCREEN
 #define CONFIG_SPLASH_SCREEN_ALIGN
 #ifdef CONFIG_LCD
 #define CONFIG_SPLASH_SCREEN
 #define CONFIG_SPLASH_SCREEN_ALIGN
index 68b8d0cd9422fd6eab364c98f1541fa9ed349013..dd8e248decd64fea3eca7ad5a009ca3803a0c183 100644 (file)
@@ -28,7 +28,6 @@
 #define CONFIG_SYS_GENERIC_BOARD
 
 /* LCD Logo and Splash screen support */
 #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
 #ifdef CONFIG_LCD
 #define CONFIG_SPLASH_SCREEN
 #define CONFIG_SPLASH_SCREEN_ALIGN
index 1e4af07a07a388830dc01dfc22c37225974210f7..deb3f13119acf5e32c513fd52e7c461e64f74290 100644 (file)
@@ -27,7 +27,6 @@
 
 #ifndef CONFIG_TX6_UBOOT_MFG
 /* LCD Logo and Splash screen support */
 
 #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
 #ifdef CONFIG_LCD
 #define CONFIG_SPLASH_SCREEN
 #define CONFIG_SPLASH_SCREEN_ALIGN