mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ANDROID: GKI: enable CONFIG_PCI_IOV=y
PCI_IOV[1] provides I/O virtualization for PCI devices which allows to create virtual devices and to share a PCI device among VMs. In order to support the feature from GKI kernel, we need to enable PCI_IOV and PCI_ATS which is selected by PCI_IOV. [1]: https://www.kernel.org/doc/html/latest/PCI/pci-iov-howto.html Bug: 190460626 Signed-off-by: Chanho Park <chanho61.park@samsung.com> Change-Id: Id1ed5dd8ad92703ca0f2fa2b7d3a02e03e0fc5ae
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5f0a72b046
commit
c8bed6f934
@@ -250,6 +250,7 @@ CONFIG_MAC80211=y
|
||||
CONFIG_RFKILL=y
|
||||
CONFIG_PCI=y
|
||||
CONFIG_PCIEPORTBUS=y
|
||||
CONFIG_PCI_IOV=y
|
||||
CONFIG_PCI_HOST_GENERIC=y
|
||||
CONFIG_PCIE_DW_PLAT_EP=y
|
||||
CONFIG_PCIE_QCOM=y
|
||||
|
||||
@@ -232,6 +232,7 @@ CONFIG_RFKILL=y
|
||||
CONFIG_PCI=y
|
||||
CONFIG_PCIEPORTBUS=y
|
||||
CONFIG_PCI_MSI=y
|
||||
CONFIG_PCI_IOV=y
|
||||
CONFIG_PCIE_DW_PLAT_EP=y
|
||||
CONFIG_PCI_ENDPOINT=y
|
||||
CONFIG_FW_LOADER_USER_HELPER=y
|
||||
|
||||
Reference in New Issue
Block a user