ACPI: split CONFIG_ACPI into 4 pieces
commit135a67a692bedb952ea720351026247104da8645
authorShannon Zhao <shannon.zhao@linaro.org>
Fri, 29 May 2015 10:28:59 +0000 (29 11:28 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 May 2015 10:28:59 +0000 (29 11:28 +0100)
treeabedafcbd8391ace968a78245f4ea766162c7882
parentd4e5de1ae02f6b47eb088531d3d4d047b4db6cfa
ACPI: split CONFIG_ACPI into 4 pieces

As core.c, piix4.c, ich9.c and pcihp.c are for x86, add CONFIG_ACPI_X86
to make it only for x86. ARM doesn't support cpu and memory hotplug, add
CONFIG_ACPI_CPU_HOTPLUG and CONFIG_ACPI_MEMORY_HOTPLUG to exclude them
for target-arm.

Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1432522520-8068-24-git-send-email-zhaoshenglong@huawei.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
default-configs/arm-softmmu.mak
default-configs/i386-softmmu.mak
default-configs/mips-softmmu.mak
default-configs/mips64-softmmu.mak
default-configs/mips64el-softmmu.mak
default-configs/mipsel-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/acpi/Makefile.objs
hw/i2c/Makefile.objs