summaryrefslogtreecommitdiff
path: root/configs/rpi_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-17 20:12:56 -0600
committerTom Rini <trini@konsulko.com>2016-10-23 18:33:22 -0400
commitf8b19a889e0d9d21af4be6b0fd6363a5b5a546f7 (patch)
tree405fb38949de36ace5be0ddd96f474603c46f592 /configs/rpi_defconfig
parent27604b158fb2a85ae96e949822870bb6add10c46 (diff)
Convert CONFIG_LCD to Kconfig
This converts the following to Kconfig: CONFIG_LCD Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs/rpi_defconfig')
-rw-r--r--configs/rpi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index d912945d48..ba64c7c915 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -22,5 +22,6 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
+CONFIG_LCD=y
CONFIG_PHYS_TO_BUS=y
CONFIG_OF_LIBFDT=y