diff options
| author | Adrian Calianu <adrian.calianu@enea.com> | 2017-09-27 13:19:41 +0200 |
|---|---|---|
| committer | Adrian Calianu <adrian.calianu@enea.com> | 2017-09-27 13:19:41 +0200 |
| commit | 8420473021892d96192f053b23537bf6efc79b0c (patch) | |
| tree | c822096e8a01c2fb036a56eea3ac28f1e3959795 /features/pcimodules | |
| parent | ad4d4e5cbad3ad875eaa59e0a919c014dfb6a39e (diff) | |
| download | enea-kernel-cache-8420473021892d96192f053b23537bf6efc79b0c.tar.gz | |
fix path of new guest features
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'features/pcimodules')
| -rw-r--r-- | features/pcimodules/pcimodules_n.cfg | 19 | ||||
| -rw-r--r-- | features/pcimodules/pcimodules_n.scc | 4 |
2 files changed, 23 insertions, 0 deletions
diff --git a/features/pcimodules/pcimodules_n.cfg b/features/pcimodules/pcimodules_n.cfg new file mode 100644 index 0000000..48fa2a1 --- /dev/null +++ b/features/pcimodules/pcimodules_n.cfg | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | CONFIG_PCI_CNB20LE_QUIRK=n | ||
| 2 | CONFIG_HOTPLUG_PCI_PCIE=n | ||
| 3 | CONFIG_PCIEASPM_DEBUG=n | ||
| 4 | CONFIG_PCI_DEBUG=n | ||
| 5 | CONFIG_PCI_REALLOC_ENABLE_AUTO=n | ||
| 6 | CONFIG_PCI_STUB=m | ||
| 7 | CONFIG_PCI_PRI=n | ||
| 8 | CONFIG_HOTPLUG_PCI=n | ||
| 9 | CONFIG_HOTPLUG_PCI_ACPI=n | ||
| 10 | # CONFIG_HOTPLUG_PCI_ACPI_IBM is not set | ||
| 11 | CONFIG_HOTPLUG_PCI_CPCI=n | ||
| 12 | # CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set | ||
| 13 | # CONFIG_HOTPLUG_PCI_CPCI_GENERIC is not set | ||
| 14 | # CONFIG_HOTPLUG_PCI_SHPC is not set | ||
| 15 | # | ||
| 16 | # PCI host controller drivers | ||
| 17 | # | ||
| 18 | CONFIG_PCIE_DW_PLAT=n | ||
| 19 | CONFIG_PCIE_DW=n | ||
diff --git a/features/pcimodules/pcimodules_n.scc b/features/pcimodules/pcimodules_n.scc new file mode 100644 index 0000000..6cad0c5 --- /dev/null +++ b/features/pcimodules/pcimodules_n.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Disable pcimodules support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf non-hardware pcimodules_n.cfg | ||
