summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2020-08-06 12:42:50 +0300
committerTom Rini <[email protected]>2020-08-14 15:18:30 -0400
commit384d5cfe5d7e391a5584492bb2ce5794cbd691a9 (patch)
tree8d363041a6682d7321ca0bafdbe1e706cad7c658 /arch
parent673fd82c507cf2a674ca6ec6d84d8d2854a6d78c (diff)
serial: serial_xen: Add Xen PV serial driver
Add support for Xen para-virtualized serial driver. This driver fully supports serial console for the virtual machine. Please note that as the driver is initialized late, so no banner nor memory size is visible. Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Oleksandr Andrushchenko <[email protected]> Signed-off-by: Anastasiia Lukianenko <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bee626f05c5..0c1b75426ae 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1755,6 +1755,7 @@ config TARGET_XENGUEST_ARM64
select XEN
select OF_CONTROL
select LINUX_KERNEL_IMAGE_HEADER
+ select XEN_SERIAL
endchoice
config ARCH_SUPPORT_TFABOOT