aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-16 19:06:01 -0400
committerTom Rini <trini@konsulko.com>2020-06-26 10:29:04 -0400
commit0735ac85224a8b518eec6792bac116781dc67aac (patch)
tree09d3f63a0574c7630f73b618f2f1b20c384556cb
parent04f005d552eb748582678a45119b55a99f75748e (diff)
downloadu-boot-0735ac85224a8b518eec6792bac116781dc67aac.zip
u-boot-0735ac85224a8b518eec6792bac116781dc67aac.tar.gz
u-boot-0735ac85224a8b518eec6792bac116781dc67aac.tar.bz2
Convert CONFIG_AM335X_LCD to Kconfig
This converts the following to Kconfig: CONFIG_AM335X_LCD Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--configs/brxre1_defconfig1
-rw-r--r--drivers/video/Kconfig1
-rw-r--r--include/configs/brxre1.h3
3 files changed, 1 insertions, 4 deletions
diff --git a/configs/brxre1_defconfig b/configs/brxre1_defconfig
index 5d3246a..456e450 100644
--- a/configs/brxre1_defconfig
+++ b/configs/brxre1_defconfig
@@ -89,6 +89,7 @@ CONFIG_USB_MUSB_TI=y
CONFIG_USB_STORAGE=y
CONFIG_USB_GADGET=y
CONFIG_SYS_WHITE_ON_BLACK=y
+CONFIG_AM335X_LCD=y
CONFIG_LCD=y
CONFIG_SPL_TINY_MEMSET=y
# CONFIG_OF_LIBFDT_OVERLAY is not set
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 01e8dbf..f5f3f28 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -508,7 +508,6 @@ config ATMEL_HLCD
config AM335X_LCD
bool "Enable AM335x video support"
- depends on DM_VIDEO
help
Supports video output to an attached LCD panel.
diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h
index 9db0113..3a18aec 100644
--- a/include/configs/brxre1.h
+++ b/include/configs/brxre1.h
@@ -15,9 +15,6 @@
#include <configs/bur_am335x_common.h>
#include <linux/stringify.h>
/* ------------------------------------------------------------------------- */
-#if !defined(CONFIG_AM335X_LCD)
-#define CONFIG_AM335X_LCD
-#endif
#define LCD_BPP LCD_COLOR32
/* memory */