From e4950bc7294410e97d19e2360fb2b031e0a767ea Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:47:49 +0200 Subject: [PATCH] drivers: serial: xen: remove superfluous default n for boolean bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas --- drivers/serial/Kconfig.xen | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/serial/Kconfig.xen b/drivers/serial/Kconfig.xen index da3bb66cfe3..11062c2cc53 100644 --- a/drivers/serial/Kconfig.xen +++ b/drivers/serial/Kconfig.xen @@ -37,7 +37,6 @@ config XEN_EARLY_CONSOLEIO bool "Early printk/stdout through console_io Xen interface" depends on BOARD_XENVM depends on UART_XEN_HVC - default n help Enable setting of console_io symbol hook for stdout and printk. Log output will become available on PRE_KERNEL_1 stage. Requires