aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
diff options
context:
space:
mode:
authorShérab <Sebastien.Hinderer@ens-lyon.org>2010-09-25 06:06:57 +0200
committerIngo Molnar <mingo@elte.hu>2010-11-18 10:03:24 +0100
commit82148d1d0b2f369851f2dff5088f7840f9f16abf (patch)
tree7def98b5154fee8352b30ed27fb20d3dfaa8ff8b /arch/x86/kernel/Makefile
parentd3e1884bc585a43674d2cb0d3f0aeeb0ae43bc04 (diff)
downloadkernel_samsung_smdk4412-82148d1d0b2f369851f2dff5088f7840f9f16abf.zip
kernel_samsung_smdk4412-82148d1d0b2f369851f2dff5088f7840f9f16abf.tar.gz
kernel_samsung_smdk4412-82148d1d0b2f369851f2dff5088f7840f9f16abf.tar.bz2
x86/platform: Add Eurobraille/Iris power off support
The Iris machines from Eurobraille do not have APM or ACPI support to shut themselves down properly. A special I/O sequence is needed to do so. This modle runs this I/O sequence at kernel shutdown when its force parameter is set to 1. Signed-off-by: Shérab <Sebastien.Hinderer@ens-lyon.org> Acked-by: "H. Peter Anvin" <hpa@zytor.com> [ did minor coding style edits ] Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r--arch/x86/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 9e13763..beac17a 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -109,6 +109,7 @@ obj-$(CONFIG_MICROCODE) += microcode.o
obj-$(CONFIG_X86_CHECK_BIOS_CORRUPTION) += check.o
obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o
+obj-$(CONFIG_X86_32_IRIS) += iris.o
###
# 64 bit specific files