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 <bartosz.bilas@hotmail.com>
This commit is contained in:
parent
6f6ef91fa7
commit
e4950bc729
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ config XEN_EARLY_CONSOLEIO
|
||||||
bool "Early printk/stdout through console_io Xen interface"
|
bool "Early printk/stdout through console_io Xen interface"
|
||||||
depends on BOARD_XENVM
|
depends on BOARD_XENVM
|
||||||
depends on UART_XEN_HVC
|
depends on UART_XEN_HVC
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Enable setting of console_io symbol hook for stdout and printk.
|
Enable setting of console_io symbol hook for stdout and printk.
|
||||||
Log output will become available on PRE_KERNEL_1 stage. Requires
|
Log output will become available on PRE_KERNEL_1 stage. Requires
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue