Add PCI/ACPI hotplug support

In order to use manila-test-image for a service image, hotplug support
is needed to recognize new disks as they're plugged in by nova.

Change-Id: I2f0cfd4b8affdda8ffd19d58e26a96b3c37763a7
This commit is contained in:
Ben Swartzlander 2017-09-28 12:44:08 -04:00
parent dca0bd32e5
commit 4910ba91a1
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ CONFIG_X86_GENERIC=y
# CONFIG_SUSPEND is not set
CONFIG_INTEL_IDLE=y
CONFIG_PCI_MSI=y
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y