From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 18 Nov 2015 09:53:14 +0800 Subject: [U-Boot] [PATCH 01/12] debug_uart: restore ns16550 as default In-Reply-To: References: <1447684616-10297-1-git-send-email-thomas@wytron.com.tw> <1447684616-10297-2-git-send-email-thomas@wytron.com.tw> Message-ID: <564BDA0A.9050503@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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