mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
kernel: enable Arm pl011 support
Enable pl011 (ttyAMA0) support in kernel for aarch64. Fixes: #5080 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
parent
241c355e07
commit
7f5e77bcb8
@ -1,3 +1,7 @@
|
|||||||
# This option is used for all 8250 compatible serial ports
|
# This option is used for all 8250 compatible serial ports
|
||||||
# that are probed through device tree.
|
# that are probed through device tree.
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
CONFIG_SERIAL_OF_PLATFORM=y
|
||||||
|
|
||||||
|
# Enable Arm AMBA UART
|
||||||
|
CONFIG_SERIAL_AMBA_PL011=y
|
||||||
|
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
||||||
|
@ -1 +1 @@
|
|||||||
115
|
116
|
||||||
|
Loading…
Reference in New Issue
Block a user