summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-12-09 16:20:04 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2015-02-25 13:13:01 +0900
commitcf839572a7e8cd77cececa0c32746ed7c5b65a5b (patch)
treea5896eb3e2cc9fe7853afde5ae152c5ecb9b6570 /configs
parent9d86e48e3f0e0b22bf056a2a6a79d4983541c75d (diff)
downloadtalos-obmc-uboot-cf839572a7e8cd77cececa0c32746ed7c5b65a5b.tar.gz
talos-obmc-uboot-cf839572a7e8cd77cececa0c32746ed7c5b65a5b.zip
arm: rmobile: lager: Migrate serial driver to drivers model
This adds drivers model support of serial port to Lager board, and migrate serial port to drivers model. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/lager_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/lager_defconfig b/configs/lager_defconfig
index 8b4aeea9a8..1602a9baed 100644
--- a/configs/lager_defconfig
+++ b/configs/lager_defconfig
@@ -1,3 +1,5 @@
CONFIG_ARM=y
CONFIG_RMOBILE=y
CONFIG_TARGET_LAGER=y
+CONFIG_DM=y
+CONFIG_DM_SERIAL=y
OpenPOWER on IntegriCloud