mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 03:24:30 +01:00
Enable pl011 (ttyAMA0) support in kernel for aarch64. Fixes: #5080 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
# This option is used for all 8250 compatible serial ports
|
|
# that are probed through device tree.
|
|
CONFIG_SERIAL_OF_PLATFORM=y
|
|
|
|
# Enable Arm AMBA UART
|
|
CONFIG_SERIAL_AMBA_PL011=y
|
|
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|