diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:19 -0400 |
commit | 8f925584145efecd9a6323801689cffd69cf0b09 (patch) | |
tree | 82accc506b462a88717656ea4cea2deab308acf7 /board/sunxi | |
parent | 98af87997670af840ef178f76b4d6888534a6700 (diff) | |
download | u-boot-8f925584145efecd9a6323801689cffd69cf0b09.tar.gz u-boot-8f925584145efecd9a6323801689cffd69cf0b09.tar.xz u-boot-8f925584145efecd9a6323801689cffd69cf0b09.zip |
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>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index b139d1c139..c0ffeb3333 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -3,6 +3,9 @@ if ARCH_SUNXI config IDENT_STRING default " Allwinner Technology" +config PRE_CONSOLE_BUFFER + default y + config SPL_GPIO_SUPPORT default y |