mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-22 19:11:35 +01:00
feat(eclass/cros-kernel2): enable serial console output
enable features necessary to get basic serial console support for debugging
This commit is contained in:
parent
7d39776608
commit
f84d0ebfee
@ -171,10 +171,14 @@ pcserial_desc="PC serial"
|
|||||||
pcserial_config="
|
pcserial_config="
|
||||||
CONFIG_SERIAL_8250=y
|
CONFIG_SERIAL_8250=y
|
||||||
CONFIG_SERIAL_8250_CONSOLE=y
|
CONFIG_SERIAL_8250_CONSOLE=y
|
||||||
|
CONFIG_FIX_EARLYCON_MEM=y
|
||||||
CONFIG_SERIAL_8250_PCI=y
|
CONFIG_SERIAL_8250_PCI=y
|
||||||
CONFIG_PARPORT=y
|
CONFIG_SERIAL_8250_NR_UARTS=32
|
||||||
CONFIG_PARPORT_PC=y
|
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
||||||
CONFIG_PARPORT_SERIAL=y
|
CONFIG_SERIAL_8250_EXTENDED=y
|
||||||
|
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
||||||
|
CONFIG_SERIAL_CORE_CONSOLE=y
|
||||||
|
CONFIG_CONSOLE_POLL=y
|
||||||
"
|
"
|
||||||
|
|
||||||
systemtap_desc="systemtap support"
|
systemtap_desc="systemtap support"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user