feat(eclass/cros-kernel2): enable serial console output

enable features necessary to get basic serial console support for
debugging
This commit is contained in:
Brandon Philips 2013-04-23 20:48:43 -07:00
parent 7d39776608
commit f84d0ebfee

View File

@ -171,10 +171,14 @@ pcserial_desc="PC serial"
pcserial_config="
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_SERIAL=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
"
systemtap_desc="systemtap support"