From 4d5bb01e1f494499001bedfc8e378013af0f7766 Mon Sep 17 00:00:00 2001 From: Mugunthan V N Date: Thu, 26 Nov 2015 17:25:42 +0530 Subject: defconfig: dra74_evm: enable serial driver model Enable serial driver model for dra74_evm as ns16550 supports driver model. Signed-off-by: Mugunthan V N Reviewed-by: Simon Glass --- configs/dra74_evm_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig index 7bff294fbb..394edbec2e 100644 --- a/configs/dra74_evm_defconfig +++ b/configs/dra74_evm_defconfig @@ -16,5 +16,6 @@ CONFIG_DM=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_SPANSION=y +CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y -- cgit v1.2.3