From 53b52ba4e4424f029c6699d4f78920408b9c196d Mon Sep 17 00:00:00 2001 From: Jack Vogel Date: Thu, 16 Mar 2017 17:31:21 -0700 Subject: [PATCH] Add the PCI Host driver into the UEK config files The kernel configuration files did not include this option. Orabug: 25507635 Signed-off-by: Jack Vogel --- uek-rpm/ol6/config-x86_64 | 1 + uek-rpm/ol6/config-x86_64-debug | 1 + uek-rpm/ol7/config-x86_64 | 1 + uek-rpm/ol7/config-x86_64-debug | 1 + 4 files changed, 4 insertions(+) diff --git a/uek-rpm/ol6/config-x86_64 b/uek-rpm/ol6/config-x86_64 index 0fc08fbe9d7c7..c4cff495b2e5c 100644 --- a/uek-rpm/ol6/config-x86_64 +++ b/uek-rpm/ol6/config-x86_64 @@ -748,6 +748,7 @@ CONFIG_PCI_IOV=y CONFIG_PCI_PRI=y CONFIG_PCI_PASID=y CONFIG_PCI_LABEL=y +CONFIG_PCI_HYPERV=m # # PCI host controller drivers diff --git a/uek-rpm/ol6/config-x86_64-debug b/uek-rpm/ol6/config-x86_64-debug index 6a54928209cc0..3888d5992a513 100644 --- a/uek-rpm/ol6/config-x86_64-debug +++ b/uek-rpm/ol6/config-x86_64-debug @@ -737,6 +737,7 @@ CONFIG_PCI_IOV=y CONFIG_PCI_PRI=y CONFIG_PCI_PASID=y CONFIG_PCI_LABEL=y +CONFIG_PCI_HYPERV=m # # PCI host controller drivers diff --git a/uek-rpm/ol7/config-x86_64 b/uek-rpm/ol7/config-x86_64 index d449b7da1c366..4e04faa249893 100644 --- a/uek-rpm/ol7/config-x86_64 +++ b/uek-rpm/ol7/config-x86_64 @@ -751,6 +751,7 @@ CONFIG_PCI_IOV=y CONFIG_PCI_PRI=y CONFIG_PCI_PASID=y CONFIG_PCI_LABEL=y +CONFIG_PCI_HYPERV=m # # PCI host controller drivers diff --git a/uek-rpm/ol7/config-x86_64-debug b/uek-rpm/ol7/config-x86_64-debug index b099552dd563c..e27f576ea2e7c 100644 --- a/uek-rpm/ol7/config-x86_64-debug +++ b/uek-rpm/ol7/config-x86_64-debug @@ -740,6 +740,7 @@ CONFIG_PCI_IOV=y CONFIG_PCI_PRI=y CONFIG_PCI_PASID=y CONFIG_PCI_LABEL=y +CONFIG_PCI_HYPERV=m # # PCI host controller drivers -- 2.50.1