[U-Boot] [PATCH 01/12] debug_uart: restore ns16550 as default

Thomas Chou thomas at wytron.com.tw
Wed Nov 18 02:53:14 CET 2015


Hi Bin,

On 2015年11月18日 08:51, Bin Meng wrote:
>> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
>> index d462244..9476a00 100644
>> --- a/drivers/serial/Kconfig
>> +++ b/drivers/serial/Kconfig
>> @@ -54,6 +54,13 @@ choice
>>          prompt "Select which UART will provide the debug UART"
>>          depends on DEBUG_UART
>>
>> +config DEBUG_UART_NS16550
>> +       bool "ns16550"
>> +       help
>> +         Select this to enable a debug UART using the ns16550 driver. You
>> +         will need to provide parameters to make this work. The driver will
>> +         be available until the real driver model serial is running.
>
> Can you please add a comment above this option saying that we should
> keep DEBUG_UART_NS16550 the first one so that it shows as the default
> in the kconfig? This is to give a hint to someone else in the future
> who touches this file and avoid any further unwanted changes.
>

OK. Thanks for the suggestion.

Best regards,
Thomas


More information about the U-Boot mailing list