vfio/pci: Make IGD support a configurable option
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 18 Jun 2018 22:39:50 +0000 (16:39 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 18 Jun 2018 22:39:50 +0000 (16:39 -0600)
commit08ca1b52f69b4dfa8703d54e26e2c6e11aa453eb
tree6334bbbd4b995fabef866fd90e7eae759810eb04
parentce397d215ccd07b8ae3f71db689aedb85d56ab40
vfio/pci: Make IGD support a configurable option

Allow the code which provides extensions to support direct assignment
of Intel IGD (GVT-d) to be compiled out of the kernel if desired.  The
config option for this was previously automatically enabled on X86,
therefore the default remains Y.  This simply provides the option to
disable it even for X86.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/Kconfig