From: Mugunthan V N Date: Thu, 26 Nov 2015 11:55:42 +0000 (+0530) Subject: defconfig: dra74_evm: enable serial driver model X-Git-Tag: v2016.01-rc2~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d5bb01e1f494499001bedfc8e378013af0f7766;p=u-boot 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 --- 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