x86/PCI: VMD: Move VMD driver to drivers/pci/host
authorKeith Busch <keith.busch@intel.com>
Tue, 4 Oct 2016 17:26:37 +0000 (12:26 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 4 Oct 2016 17:26:37 +0000 (12:26 -0500)
commit181ffd19cc9898f795646bf9a897072a419a51ed
tree592e2f680a5e616ed467649930f681b3edf4585a
parentee6ee49fd09fa17c92aadf07961d0ff406fceab8
x86/PCI: VMD: Move VMD driver to drivers/pci/host

Move the driver source and Kconfig to the PCI host bridge drivers directory
and move the config option to a more appropriate sub-menu instead of
occupying the top-level location.

Update the Kconfig option with the X86_64 dependency that was implicitly
included from the previous location, and add information about the module
name when built as a loadable module.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Jon Derrick <jonathan.derrick@intel.com>
arch/x86/Kconfig
arch/x86/pci/Makefile
arch/x86/pci/vmd.c [deleted file]
drivers/pci/host/Kconfig
drivers/pci/host/Makefile
drivers/pci/host/vmd.c [new file with mode: 0644]