]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/bayleybay_defconfig
x86: baytrail: Introduce a Kconfig option for the internal UART
authorBin Meng <bmeng.cn@gmail.com>
Wed, 15 Jun 2016 04:33:23 +0000 (21:33 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 12 Jul 2016 05:46:01 +0000 (13:46 +0800)
commit377656b2cc3be3e704fc574041669a4a84ea6bb8
tree239d3ecc2ade7a0d7a3a612f5fdaecb7a2e461a9
parentf698baa9d14be89e10f3bc3ae16fb6a084bdee54
x86: baytrail: Introduce a Kconfig option for the internal UART

There are quite a number of BayTrail boards that uses an external
SuperIO chipset to provide the legacy UART. For such cases, it's
better to have a Kconfig option to enable the internal UART.

So far BayleyBay and MinnowMax boards are using internal UART as
the U-Boot console, enable this on these two boards.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/baytrail/Kconfig
configs/bayleybay_defconfig
configs/minnowmax_defconfig