commit | e304a5e5608f0ccb6e76b64c00b0125767eeb141 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 17 20:12:36 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 23 18:33:19 2016 -0400 |
tree | 82accc506b462a88717656ea4cea2deab308acf7 | |
parent | 4458d3b3797828a51bdaa718b250a49345265a74 [diff] [blame] |
Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig Move these option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jteki@openedev.com>
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index b139d1c..c0ffeb3 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig
@@ -3,6 +3,9 @@ config IDENT_STRING default " Allwinner Technology" +config PRE_CONSOLE_BUFFER + default y + config SPL_GPIO_SUPPORT default y