diff options
author | Nobuhiro Iwamatsu | 2014-12-09 16:20:04 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2015-02-25 13:13:01 +0900 |
commit | cf839572a7e8cd77cececa0c32746ed7c5b65a5b (patch) | |
tree | a5896eb3e2cc9fe7853afde5ae152c5ecb9b6570 /configs/lager_defconfig | |
parent | 9d86e48e3f0e0b22bf056a2a6a79d4983541c75d (diff) |
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/lager_defconfig')
-rw-r--r-- | configs/lager_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/lager_defconfig b/configs/lager_defconfig index 8b4aeea9a89..1602a9baedc 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 |