[U-Boot] [PATCH v2 3/9] serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig

Simon Glass sjg at chromium.org
Wed Jan 20 21:26:57 CET 2016


On 15 January 2016 at 14:11, Stefan Agner <stefan.agner at toradex.com> wrote:
> Looks good to me,
>
> Acked-by: Stefan Agner <stefan.agner at toradex.com>
>
> On 13.01.2016 19:39, Bin Meng 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>
>> Reviewed-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v2: None
>>
>>  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(-)
>>

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list