From cf839572a7e8cd77cececa0c32746ed7c5b65a5b Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Tue, 9 Dec 2014 16:20:04 +0900 Subject: 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 Signed-off-by: Nobuhiro Iwamatsu --- configs/lager_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/lager_defconfig') 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 -- cgit v1.2.3