]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Kconfig
kconfig: add Kconfig option for LCD
[karo-tx-uboot.git] / common / Kconfig
index 83cceaaef7efe42b8330c74e434aae1242674240..a8958b83436a97700b2af6b77ea72f05af9c029c 100644 (file)
@@ -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