mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-19 06:14:33 +01:00
Add the base common fragments and x86_64 specific fragments for the 4.19.x kernel. Signed-off-by: Graham Whaley <graham.whaley@intel.com>
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
# We need some sort of 'serial' for virtio-serial consoles - at the moment.
|
|
# We might not need all of thse though...
|
|
# FIXME - https://github.com/kata-containers/packaging/issues/483
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
CONFIG_SERIAL_8250_PCI=y
|
|
CONFIG_SERIAL_8250=y
|
|
CONFIG_SERIAL_CORE_CONSOLE=y
|
|
CONFIG_SERIAL_CORE=y
|
|
CONFIG_SERIAL_EARLYCON=y
|
|
|
|
# SERIO may be only for keyboards, mice etc., and not UARTS
|
|
# We likely don't need
|
|
#CONFIG_SERIO_RAW=y
|
|
#CONFIG_SERIO=y
|