Commit d21114236d0e1232023cb8c84bd29e06810f6a2f

Authored by Jiang Liu
Committed by Tony Luck
1 parent f3ffaaa8b7

Fix warning in make defconfig

Now the ACPI container and ACPI PCI hotplug driver has been converted
as built-in modules, so reflect these changes in IA64 defconfig file.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

arch/ia64/configs/generic_defconfig
... ... @@ -30,9 +30,9 @@
30 30 CONFIG_ACPI_FAN=m
31 31 CONFIG_ACPI_DOCK=y
32 32 CONFIG_ACPI_PROCESSOR=m
33   -CONFIG_ACPI_CONTAINER=m
  33 +CONFIG_ACPI_CONTAINER=y
34 34 CONFIG_HOTPLUG_PCI=y
35   -CONFIG_HOTPLUG_PCI_ACPI=m
  35 +CONFIG_HOTPLUG_PCI_ACPI=y
36 36 CONFIG_PACKET=y
37 37 CONFIG_UNIX=y
38 38 CONFIG_INET=y