Revision 34aff14580d1b02971adfd63be994f9c045919aa authored by Jason Andryuk on 14 October 2020, 17:53:40 UTC, committed by Juergen Gross on 16 December 2020, 06:55:05 UTC
A Xen PVH domain doesn't have a PCI bus or devices, so it doesn't need
PCI support built in.  Currently, XEN_PVH depends on XEN_PVHVM which
depends on PCI.

Introduce XEN_PVHVM_GUEST as a toplevel item and change XEN_PVHVM to a
hidden variable.  This allows XEN_PVH to depend on XEN_PVHVM without PCI
while XEN_PVHVM_GUEST depends on PCI.

In drivers/xen, compile platform-pci depending on XEN_PVHVM_GUEST since
that pulls in the PCI dependency for linking.

Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20201014175342.152712-2-jandryuk@gmail.com
Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent e34ff4c
History
File Mode Size
Kconfig -rw-r--r-- 4.7 KB
Makefile -rw-r--r-- 294 bytes
cache.c -rw-r--r-- 9.4 KB
dir.c -rw-r--r-- 35.0 KB
fat.h -rw-r--r-- 15.1 KB
fatent.c -rw-r--r-- 20.6 KB
file.c -rw-r--r-- 14.2 KB
inode.c -rw-r--r-- 51.0 KB
misc.c -rw-r--r-- 9.5 KB
namei_msdos.c -rw-r--r-- 16.7 KB
namei_vfat.c -rw-r--r-- 25.4 KB
nfs.c -rw-r--r-- 7.4 KB

back to top