diff options
author | Bin Meng | 2016-01-13 19:38:59 -0800 |
---|---|---|
committer | Simon Glass | 2016-01-20 19:10:14 -0700 |
commit | f833cd6279666e1c2de6fc271bfd5d451003ed3b (patch) | |
tree | 588c093f50633f1ecc3fe8894c1f618838b17e4b /configs/ls1021atwr_nor_defconfig | |
parent | 9f29aeb89de8199ebaea9995dbb30ea5fa2f1085 (diff) |
arm: ls1021atwr: Convert to driver model and enable serial support
Convert ls1021atwr_nor to driver model support. As a start, enable
ns16550 serial port driver.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/ls1021atwr_nor_defconfig')
-rw-r--r-- | configs/ls1021atwr_nor_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/ls1021atwr_nor_defconfig b/configs/ls1021atwr_nor_defconfig index aa874fdcfd1..2b794439a92 100644 --- a/configs/ls1021atwr_nor_defconfig +++ b/configs/ls1021atwr_nor_defconfig @@ -1,6 +1,10 @@ CONFIG_ARM=y CONFIG_TARGET_LS1021ATWR=y +CONFIG_DM_SERIAL=y +CONFIG_DEFAULT_DEVICE_TREE="ls1021a-twr" # CONFIG_CMD_SETEXPR is not set +CONFIG_OF_CONTROL=y +CONFIG_DM=y CONFIG_NETDEVICES=y CONFIG_E1000=y CONFIG_SYS_NS16550=y |