diff options
| author | Mugunthan V N <[email protected]> | 2015-11-26 17:25:42 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-12-05 18:22:27 -0500 |
| commit | 4d5bb01e1f494499001bedfc8e378013af0f7766 (patch) | |
| tree | 02c8ea9230c9b514b8484eb571ea42cc7b6d46c6 | |
| parent | 0935df653993ab4b31a1b16b838199ae27be1833 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -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 7bff294fbb6..394edbec2ea 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 |
