summaryrefslogtreecommitdiff
path: root/configs/sama5d3xek_mmc_defconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-09-18 15:25:58 +0800
committerAnatolij Gustschin <agust@denx.de>2017-09-29 17:50:04 +0200
commitfe32c6d159177e5ea184f5ae598babf32a360f31 (patch)
treeb94998c93df37481e23d672f64bf7374ea098104 /configs/sama5d3xek_mmc_defconfig
parentd2cd09bb44452b89c6a5478ced61ccfd96e31cfd (diff)
board: sama5d3xek: Convert to CONFIG_DM_VIDEO
Convert the board to support the video driver model, add the device tree node, and remove the unnecessary code. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sama5d3xek_mmc_defconfig')
-rw-r--r--configs/sama5d3xek_mmc_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sama5d3xek_mmc_defconfig b/configs/sama5d3xek_mmc_defconfig
index f45449fd93..8b4c37a125 100644
--- a/configs/sama5d3xek_mmc_defconfig
+++ b/configs/sama5d3xek_mmc_defconfig
@@ -81,4 +81,5 @@ CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_ATMEL_USBA=y
-CONFIG_LCD=y
+CONFIG_DM_VIDEO=y
+CONFIG_ATMEL_HLCD=y