diff options
author | Stefan Roese <sr@denx.de> | 2015-09-02 08:41:41 +0200 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-10-21 02:25:01 +0200 |
commit | 1d51ea1913a80694ead57c76ea6e70508b25ddb5 (patch) | |
tree | 146b3c8e8a25310625d9809a810272713f8f176d /arch/arm | |
parent | a79c8408ca1b38754b19717f1da80b5916728113 (diff) |
arm: mvebu: Enable DM_SERIAL on AXP / A38x boards
This patch enables DM_SERIAL for all ARCH_MVEBU boards (AXP & A38x).
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 50322c4158..a3bd845a7c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -112,6 +112,7 @@ config ARCH_MVEBU select OF_CONTROL select OF_SEPARATE select DM + select DM_SERIAL config TARGET_DEVKIT3250 bool "Support devkit3250" |