mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-21 23:34:22 +01:00
Add !s390x tag to skip these group of fragments for s390x. Signed-off-by: Alice Frosi <afrosi@de.ibm.com> Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>
17 lines
464 B
Plaintext
17 lines
464 B
Plaintext
# !s390x
|
|
|
|
# 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
|