Re: [U-Boot] [PATCH 4/7] drivers: serial: mcfuart: add Kconfig option

2018-09-25 Thread Simon Glass
On 20 September 2018 at 15:07, Angelo Dureghello wrote: > This patch adds missing CONFIG_MCFUART to Kconfig. > > Signed-off-by: Angelo Dureghello > --- > drivers/serial/Kconfig | 7 +++ > 1 file changed, 7 insertions(+) > Reviewed-by: Simon Glass Suggest you expand the help to mention wha

[U-Boot] [PATCH 4/7] drivers: serial: mcfuart: add Kconfig option

2018-09-20 Thread Angelo Dureghello
This patch adds missing CONFIG_MCFUART to Kconfig. Signed-off-by: Angelo Dureghello --- drivers/serial/Kconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 5fa27254e3..dcbe999776 100644 --- a/drivers/serial/Kconfig +++ b/drivers