On 7/14/22 14:29, Elliot Berman wrote: > diff --git a/drivers/virt/gunyah/Kconfig b/drivers/virt/gunyah/Kconfig > new file mode 100644 > index 000000000000..e88289963518 > --- /dev/null > +++ b/drivers/virt/gunyah/Kconfig > @@ -0,0 +1,13 @@ > +# SPDX-License-Identifier: GPL-2.0-only > + > +config GUNYAH > + tristate "Gunyah Virtualization drivers" > + depends on ARM64 > + select SYS_HYPERVISOR > + help > + The Gunyah drivers are the helper interfaces that runs in a guest VM > + such as basic inter-VM IPC and signaling mechanism,s and higher level Drop the "comma" ..................................^^^^ > + services such as memory/device sharing, IRQ sharing, and so on. > + > + Say Y here to enable the drivers needed to interact in a Gunyah > + virtual environment. -- ~Randy