diff options
author | Len Brown <len.brown@intel.com> | 2005-08-24 12:09:07 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-24 12:10:43 -0400 |
commit | 8466361ad5233d4356a4601e16b66c25277920d1 (patch) | |
tree | 2632aaa6e21a40e0fc94d7de6e8b738836585e4a /drivers/acpi/Kconfig | |
parent | 888ba6c62bc61a995d283977eb3a6cbafd6f4ac6 (diff) |
[ACPI] delete CONFIG_ACPI_INTERPRETER
it is a synonym for CONFIG_ACPI
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 14b70c259f3e..f023a88ca398 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -43,12 +43,6 @@ config ACPI | |||
43 | 43 | ||
44 | if ACPI | 44 | if ACPI |
45 | 45 | ||
46 | config ACPI_INTERPRETER | ||
47 | bool | ||
48 | default y | ||
49 | |||
50 | if ACPI_INTERPRETER | ||
51 | |||
52 | config ACPI_SLEEP | 46 | config ACPI_SLEEP |
53 | bool "Sleep States (EXPERIMENTAL)" | 47 | bool "Sleep States (EXPERIMENTAL)" |
54 | depends on X86 && (!SMP || SUSPEND_SMP) | 48 | depends on X86 && (!SMP || SUSPEND_SMP) |
@@ -126,7 +120,6 @@ config ACPI_VIDEO | |||
126 | 120 | ||
127 | config ACPI_HOTKEY | 121 | config ACPI_HOTKEY |
128 | tristate "Generic Hotkey" | 122 | tristate "Generic Hotkey" |
129 | depends on ACPI_INTERPRETER | ||
130 | depends on EXPERIMENTAL | 123 | depends on EXPERIMENTAL |
131 | depends on !IA64_SGI_SN | 124 | depends on !IA64_SGI_SN |
132 | default n | 125 | default n |
@@ -257,7 +250,6 @@ config ACPI_CUSTOM_DSDT_FILE | |||
257 | 250 | ||
258 | config ACPI_BLACKLIST_YEAR | 251 | config ACPI_BLACKLIST_YEAR |
259 | int "Disable ACPI for systems before Jan 1st this year" | 252 | int "Disable ACPI for systems before Jan 1st this year" |
260 | depends on ACPI_INTERPRETER | ||
261 | default 0 | 253 | default 0 |
262 | help | 254 | help |
263 | enter a 4-digit year, eg. 2001 to disable ACPI by default | 255 | enter a 4-digit year, eg. 2001 to disable ACPI by default |
@@ -303,8 +295,6 @@ config ACPI_SYSTEM | |||
303 | This driver will enable your system to shut down using ACPI, and | 295 | This driver will enable your system to shut down using ACPI, and |
304 | dump your ACPI DSDT table using /proc/acpi/dsdt. | 296 | dump your ACPI DSDT table using /proc/acpi/dsdt. |
305 | 297 | ||
306 | endif # ACPI_INTERPRETER | ||
307 | |||
308 | config X86_PM_TIMER | 298 | config X86_PM_TIMER |
309 | bool "Power Management Timer Support" | 299 | bool "Power Management Timer Support" |
310 | depends on X86 | 300 | depends on X86 |