
15 Dec
2014
15 Dec
'14
3:19 p.m.
Adjust Kconfig to default to driver model for glacier, canyonlands and arches.
Signed-off-by: Simon Glass sjg@chromium.org ---
board/amcc/canyonlands/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index 0fc6877..cbc5ff9 100644 --- a/board/amcc/canyonlands/Kconfig +++ b/board/amcc/canyonlands/Kconfig @@ -29,4 +29,13 @@ config ARCHES
endchoice
+config DM + default y + +config DM_SERIAL + default y + +config SYS_MALLOC_F_LEN + default 0x400 + endif
--
2.2.0.rc0.207.ga3a616c