aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorNiels de Vos <niels.devos@wincor-nixdorf.com>2008-12-01 14:13:53 -0800
committerIngo Molnar <mingo@elte.hu>2008-12-02 11:28:49 +0100
commit8daa19051e1c7369c89ace7b18e74fe1f55dfa29 (patch)
treea1177694241e84df4a0f3205b76c4ade4edbe9b7 /arch/x86/Kconfig
parentb47b92884212008b4bd044ba6b48b93c00b10ec6 (diff)
downloadkernel_samsung_smdk4412-8daa19051e1c7369c89ace7b18e74fe1f55dfa29.zip
kernel_samsung_smdk4412-8daa19051e1c7369c89ace7b18e74fe1f55dfa29.tar.gz
kernel_samsung_smdk4412-8daa19051e1c7369c89ace7b18e74fe1f55dfa29.tar.bz2
x86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameter
Remove CONFIG_APM_REAL_MODE_POWER_OFF like CONFIG_APM_POWER_OFF which has been done for linux-2.2.14pre8 (http://lkml.org/lkml/1999/11/23/3). Re-introducing CONFIG_APM_POWER_OFF got nack-ed. Stephen didn't bother to remove CONFIG_APM_REAL_MODE_POWER_OFF, let's get rid of it now. Reference: http://lkml.org/lkml/2008/5/7/97 Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 4cf0ab1..ebcad15 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1629,13 +1629,6 @@ config APM_ALLOW_INTS
many of the newer IBM Thinkpads. If you experience hangs when you
suspend, try setting this to Y. Otherwise, say N.
-config APM_REAL_MODE_POWER_OFF
- bool "Use real mode APM BIOS call to power off"
- help
- Use real mode APM BIOS calls to switch off the computer. This is
- a work-around for a number of buggy BIOSes. Switch this option on if
- your computer crashes instead of powering off properly.
-
endif # APM
source "arch/x86/kernel/cpu/cpufreq/Kconfig"