diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-12-09 10:20:04 +0300 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 07:13:11 +0300 |
commit | 3cfab108e340a02a428747563c5f01f3229e93f5 (patch) | |
tree | 0952ffaa29d7c9e22ce7e63baee0e41b68d929f1 /configs/silk_defconfig | |
parent | 9e116f64a45969bb74f9412da194328ba41ea6e0 (diff) | |
download | u-boot-3cfab108e340a02a428747563c5f01f3229e93f5.tar.xz |
arm: rmobile: silk: Migrate serial driver to drivers model
This adds drivers model support of serial port to Silk 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/silk_defconfig')
-rw-r--r-- | configs/silk_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/silk_defconfig b/configs/silk_defconfig index 515ee3372b..3130e93e25 100644 --- a/configs/silk_defconfig +++ b/configs/silk_defconfig @@ -1,3 +1,5 @@ CONFIG_ARM=y CONFIG_RMOBILE=y CONFIG_TARGET_SILK=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y |