]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd6ec6d772a247ed9540ee17b42df69ed753b71d4
tree592e2f680a5e616ed467649930f681b3edf4585a
parent3cf1ad227a0488cad7e1deed288d5228af65dd62
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]