[U-Boot] [PATCH 3/8] serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig
Simon Glass
sjg at chromium.org
Wed Jan 6 01:25:14 CET 2016
On 31 December 2015 at 01:53, Bin Meng <bmeng.cn at gmail.com> wrote:
> LPUART is seen on Freescale VF610 and QorIQ Layerscape devices.
> Create a Kconfig option and move it to defconfig for all boards
> that have this serial driver.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> configs/colibri_vf_defconfig | 1 +
> configs/colibri_vf_dtb_defconfig | 1 +
> configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 1 +
> configs/ls1021aqds_nor_lpuart_defconfig | 1 +
> configs/ls1021atwr_nor_lpuart_defconfig | 1 +
> configs/pcm052_defconfig | 1 +
> configs/vf610twr_defconfig | 1 +
> configs/vf610twr_nand_defconfig | 1 +
> drivers/serial/Kconfig | 6 ++++++
> include/configs/colibri_vf.h | 1 -
> include/configs/ls1021aqds.h | 1 -
> include/configs/ls1021atwr.h | 1 -
> include/configs/pcm052.h | 1 -
> include/configs/vf610twr.h | 1 -
> 14 files changed, 14 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list