diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-11-26 17:25:42 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-12-05 18:22:27 -0500 |
commit | 4d5bb01e1f494499001bedfc8e378013af0f7766 (patch) | |
tree | 02c8ea9230c9b514b8484eb571ea42cc7b6d46c6 /configs | |
parent | 0935df653993ab4b31a1b16b838199ae27be1833 (diff) | |
download | u-boot-imx-4d5bb01e1f494499001bedfc8e378013af0f7766.zip u-boot-imx-4d5bb01e1f494499001bedfc8e378013af0f7766.tar.gz u-boot-imx-4d5bb01e1f494499001bedfc8e378013af0f7766.tar.bz2 |
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 <mugunthanvnm@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dra74_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig index 7bff294..394edbe 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 |