summaryrefslogtreecommitdiff
path: root/configs/at91sam9x5ek_mmc_defconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@microchip.com>2017-09-18 15:26:01 +0800
committerAnatolij Gustschin <agust@denx.de>2017-09-29 17:51:56 +0200
commit40f3429415292566af97720d781263b27bbcaeeb (patch)
treef37f46f8d75f95367dcdb84e9ce56b5c01cb3285 /configs/at91sam9x5ek_mmc_defconfig
parente974b08119348ec19c44ffcb1d4184fac9ea707b (diff)
downloadu-boot-40f3429415292566af97720d781263b27bbcaeeb.tar.gz
board: at91sam9x5ek: 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/at91sam9x5ek_mmc_defconfig')
-rw-r--r--configs/at91sam9x5ek_mmc_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/at91sam9x5ek_mmc_defconfig b/configs/at91sam9x5ek_mmc_defconfig
index 9fa4801480..e0a24a5b48 100644
--- a/configs/at91sam9x5ek_mmc_defconfig
+++ b/configs/at91sam9x5ek_mmc_defconfig
@@ -60,4 +60,5 @@ CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
-CONFIG_LCD=y
+CONFIG_DM_VIDEO=y
+CONFIG_ATMEL_HLCD=y