diff options
-rw-r--r-- | arch/ia64/Kconfig | 32 | ||||
-rw-r--r-- | arch/ia64/configs/bigsur_defconfig | 2 | ||||
-rw-r--r-- | arch/ia64/configs/sn2_defconfig | 3 | ||||
-rw-r--r-- | arch/ia64/configs/tiger_defconfig | 3 | ||||
-rw-r--r-- | arch/ia64/configs/zx1_defconfig | 3 | ||||
-rw-r--r-- | arch/ia64/defconfig | 2 | ||||
-rw-r--r-- | drivers/acpi/Kconfig | 4 | ||||
-rw-r--r-- | kernel/power/Kconfig | 1 |
8 files changed, 7 insertions, 43 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 80988136f26d..addf07393ef4 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -60,6 +60,7 @@ choice | |||
60 | 60 | ||
61 | config IA64_GENERIC | 61 | config IA64_GENERIC |
62 | bool "generic" | 62 | bool "generic" |
63 | select ACPI | ||
63 | select NUMA | 64 | select NUMA |
64 | select ACPI_NUMA | 65 | select ACPI_NUMA |
65 | select VIRTUAL_MEM_MAP | 66 | select VIRTUAL_MEM_MAP |
@@ -340,6 +341,7 @@ config IA64_PALINFO | |||
340 | 341 | ||
341 | config ACPI_DEALLOCATE_IRQ | 342 | config ACPI_DEALLOCATE_IRQ |
342 | bool | 343 | bool |
344 | depends on ACPI | ||
343 | depends on IOSAPIC && EXPERIMENTAL | 345 | depends on IOSAPIC && EXPERIMENTAL |
344 | default y | 346 | default y |
345 | 347 | ||
@@ -351,38 +353,10 @@ endmenu | |||
351 | 353 | ||
352 | menu "Power management and ACPI" | 354 | menu "Power management and ACPI" |
353 | 355 | ||
354 | config PM | 356 | source "kernel/power/Kconfig" |
355 | bool "Power Management support" | ||
356 | depends on !IA64_HP_SIM | ||
357 | default y | ||
358 | help | ||
359 | "Power Management" means that parts of your computer are shut | ||
360 | off or put into a power conserving "sleep" mode if they are not | ||
361 | being used. There are two competing standards for doing this: APM | ||
362 | and ACPI. If you want to use either one, say Y here and then also | ||
363 | to the requisite support below. | ||
364 | |||
365 | Power Management is most important for battery powered laptop | ||
366 | computers; if you have a laptop, check out the Linux Laptop home | ||
367 | page on the WWW at <http://www.linux-on-laptops.com/> and the | ||
368 | Battery Powered Linux mini-HOWTO, available from | ||
369 | <http://www.tldp.org/docs.html#howto>. | ||
370 | |||
371 | Note that, even if you say N here, Linux on the x86 architecture | ||
372 | will issue the hlt instruction if nothing is to be done, thereby | ||
373 | sending the processor to sleep and saving power. | ||
374 | |||
375 | config ACPI | ||
376 | bool | ||
377 | depends on !IA64_HP_SIM | ||
378 | default y | ||
379 | |||
380 | if !IA64_HP_SIM | ||
381 | 357 | ||
382 | source "drivers/acpi/Kconfig" | 358 | source "drivers/acpi/Kconfig" |
383 | 359 | ||
384 | endif | ||
385 | |||
386 | endmenu | 360 | endmenu |
387 | 361 | ||
388 | if !IA64_HP_SIM | 362 | if !IA64_HP_SIM |
diff --git a/arch/ia64/configs/bigsur_defconfig b/arch/ia64/configs/bigsur_defconfig index 996144e840d3..71dcfe0e3f73 100644 --- a/arch/ia64/configs/bigsur_defconfig +++ b/arch/ia64/configs/bigsur_defconfig | |||
@@ -108,11 +108,9 @@ CONFIG_ACPI=y | |||
108 | # ACPI (Advanced Configuration and Power Interface) Support | 108 | # ACPI (Advanced Configuration and Power Interface) Support |
109 | # | 109 | # |
110 | CONFIG_ACPI_BUTTON=m | 110 | CONFIG_ACPI_BUTTON=m |
111 | CONFIG_ACPI_VIDEO=m | ||
112 | CONFIG_ACPI_FAN=m | 111 | CONFIG_ACPI_FAN=m |
113 | CONFIG_ACPI_PROCESSOR=m | 112 | CONFIG_ACPI_PROCESSOR=m |
114 | CONFIG_ACPI_THERMAL=m | 113 | CONFIG_ACPI_THERMAL=m |
115 | CONFIG_ACPI_BLACKLIST_YEAR=0 | ||
116 | # CONFIG_ACPI_DEBUG is not set | 114 | # CONFIG_ACPI_DEBUG is not set |
117 | CONFIG_ACPI_POWER=y | 115 | CONFIG_ACPI_POWER=y |
118 | CONFIG_ACPI_PCI=y | 116 | CONFIG_ACPI_PCI=y |
diff --git a/arch/ia64/configs/sn2_defconfig b/arch/ia64/configs/sn2_defconfig index 4644ebea8eab..ac17ed2ff979 100644 --- a/arch/ia64/configs/sn2_defconfig +++ b/arch/ia64/configs/sn2_defconfig | |||
@@ -131,12 +131,9 @@ CONFIG_ACPI=y | |||
131 | # ACPI (Advanced Configuration and Power Interface) Support | 131 | # ACPI (Advanced Configuration and Power Interface) Support |
132 | # | 132 | # |
133 | # CONFIG_ACPI_BUTTON is not set | 133 | # CONFIG_ACPI_BUTTON is not set |
134 | CONFIG_ACPI_VIDEO=m | ||
135 | CONFIG_ACPI_HOTKEY=m | ||
136 | # CONFIG_ACPI_FAN is not set | 134 | # CONFIG_ACPI_FAN is not set |
137 | # CONFIG_ACPI_PROCESSOR is not set | 135 | # CONFIG_ACPI_PROCESSOR is not set |
138 | CONFIG_ACPI_NUMA=y | 136 | CONFIG_ACPI_NUMA=y |
139 | CONFIG_ACPI_BLACKLIST_YEAR=0 | ||
140 | # CONFIG_ACPI_DEBUG is not set | 137 | # CONFIG_ACPI_DEBUG is not set |
141 | CONFIG_ACPI_POWER=y | 138 | CONFIG_ACPI_POWER=y |
142 | CONFIG_ACPI_PCI=y | 139 | CONFIG_ACPI_PCI=y |
diff --git a/arch/ia64/configs/tiger_defconfig b/arch/ia64/configs/tiger_defconfig index f5fa113f302d..3a629414229e 100644 --- a/arch/ia64/configs/tiger_defconfig +++ b/arch/ia64/configs/tiger_defconfig | |||
@@ -129,13 +129,10 @@ CONFIG_ACPI=y | |||
129 | # ACPI (Advanced Configuration and Power Interface) Support | 129 | # ACPI (Advanced Configuration and Power Interface) Support |
130 | # | 130 | # |
131 | CONFIG_ACPI_BUTTON=m | 131 | CONFIG_ACPI_BUTTON=m |
132 | # CONFIG_ACPI_VIDEO is not set | ||
133 | # CONFIG_ACPI_HOTKEY is not set | ||
134 | CONFIG_ACPI_FAN=m | 132 | CONFIG_ACPI_FAN=m |
135 | CONFIG_ACPI_PROCESSOR=m | 133 | CONFIG_ACPI_PROCESSOR=m |
136 | # CONFIG_ACPI_HOTPLUG_CPU is not set | 134 | # CONFIG_ACPI_HOTPLUG_CPU is not set |
137 | CONFIG_ACPI_THERMAL=m | 135 | CONFIG_ACPI_THERMAL=m |
138 | CONFIG_ACPI_BLACKLIST_YEAR=0 | ||
139 | # CONFIG_ACPI_DEBUG is not set | 136 | # CONFIG_ACPI_DEBUG is not set |
140 | CONFIG_ACPI_POWER=y | 137 | CONFIG_ACPI_POWER=y |
141 | CONFIG_ACPI_PCI=y | 138 | CONFIG_ACPI_PCI=y |
diff --git a/arch/ia64/configs/zx1_defconfig b/arch/ia64/configs/zx1_defconfig index 1e6d286ad0f3..84cdf32ede7c 100644 --- a/arch/ia64/configs/zx1_defconfig +++ b/arch/ia64/configs/zx1_defconfig | |||
@@ -129,12 +129,9 @@ CONFIG_ACPI=y | |||
129 | # ACPI (Advanced Configuration and Power Interface) Support | 129 | # ACPI (Advanced Configuration and Power Interface) Support |
130 | # | 130 | # |
131 | CONFIG_ACPI_BUTTON=y | 131 | CONFIG_ACPI_BUTTON=y |
132 | CONFIG_ACPI_VIDEO=m | ||
133 | CONFIG_ACPI_HOTKEY=m | ||
134 | CONFIG_ACPI_FAN=y | 132 | CONFIG_ACPI_FAN=y |
135 | CONFIG_ACPI_PROCESSOR=y | 133 | CONFIG_ACPI_PROCESSOR=y |
136 | CONFIG_ACPI_THERMAL=y | 134 | CONFIG_ACPI_THERMAL=y |
137 | CONFIG_ACPI_BLACKLIST_YEAR=0 | ||
138 | # CONFIG_ACPI_DEBUG is not set | 135 | # CONFIG_ACPI_DEBUG is not set |
139 | CONFIG_ACPI_POWER=y | 136 | CONFIG_ACPI_POWER=y |
140 | CONFIG_ACPI_PCI=y | 137 | CONFIG_ACPI_PCI=y |
diff --git a/arch/ia64/defconfig b/arch/ia64/defconfig index 163ef12641b7..7002d5a3cc14 100644 --- a/arch/ia64/defconfig +++ b/arch/ia64/defconfig | |||
@@ -119,13 +119,11 @@ CONFIG_ACPI=y | |||
119 | # ACPI (Advanced Configuration and Power Interface) Support | 119 | # ACPI (Advanced Configuration and Power Interface) Support |
120 | # | 120 | # |
121 | CONFIG_ACPI_BUTTON=m | 121 | CONFIG_ACPI_BUTTON=m |
122 | CONFIG_ACPI_VIDEO=m | ||
123 | CONFIG_ACPI_FAN=m | 122 | CONFIG_ACPI_FAN=m |
124 | CONFIG_ACPI_PROCESSOR=m | 123 | CONFIG_ACPI_PROCESSOR=m |
125 | CONFIG_ACPI_HOTPLUG_CPU=y | 124 | CONFIG_ACPI_HOTPLUG_CPU=y |
126 | CONFIG_ACPI_THERMAL=m | 125 | CONFIG_ACPI_THERMAL=m |
127 | CONFIG_ACPI_NUMA=y | 126 | CONFIG_ACPI_NUMA=y |
128 | CONFIG_ACPI_BLACKLIST_YEAR=0 | ||
129 | # CONFIG_ACPI_DEBUG is not set | 127 | # CONFIG_ACPI_DEBUG is not set |
130 | CONFIG_ACPI_POWER=y | 128 | CONFIG_ACPI_POWER=y |
131 | CONFIG_ACPI_PCI=y | 129 | CONFIG_ACPI_PCI=y |
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 8cafa4adcf49..5e8f15ffe99d 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -107,6 +107,7 @@ config ACPI_BUTTON | |||
107 | 107 | ||
108 | config ACPI_VIDEO | 108 | config ACPI_VIDEO |
109 | tristate "Video" | 109 | tristate "Video" |
110 | depends on X86 | ||
110 | depends on EXPERIMENTAL | 111 | depends on EXPERIMENTAL |
111 | default m | 112 | default m |
112 | help | 113 | help |
@@ -121,7 +122,7 @@ config ACPI_VIDEO | |||
121 | config ACPI_HOTKEY | 122 | config ACPI_HOTKEY |
122 | tristate "Generic Hotkey" | 123 | tristate "Generic Hotkey" |
123 | depends on EXPERIMENTAL | 124 | depends on EXPERIMENTAL |
124 | depends on !IA64_SGI_SN | 125 | depends on X86 |
125 | default n | 126 | default n |
126 | help | 127 | help |
127 | Experimental consolidated hotkey driver. | 128 | Experimental consolidated hotkey driver. |
@@ -250,6 +251,7 @@ config ACPI_CUSTOM_DSDT_FILE | |||
250 | 251 | ||
251 | config ACPI_BLACKLIST_YEAR | 252 | config ACPI_BLACKLIST_YEAR |
252 | int "Disable ACPI for systems before Jan 1st this year" | 253 | int "Disable ACPI for systems before Jan 1st this year" |
254 | depends on X86 | ||
253 | default 0 | 255 | default 0 |
254 | help | 256 | help |
255 | enter a 4-digit year, eg. 2001 to disable ACPI by default | 257 | enter a 4-digit year, eg. 2001 to disable ACPI by default |
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 2c7121d9bff1..b99f61b82685 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | config PM | 1 | config PM |
2 | bool "Power Management support" | 2 | bool "Power Management support" |
3 | depends on !IA64_HP_SIM | ||
3 | ---help--- | 4 | ---help--- |
4 | "Power Management" means that parts of your computer are shut | 5 | "Power Management" means that parts of your computer are shut |
5 | off or put into a power conserving "sleep" mode if they are not | 6 | off or put into a power conserving "sleep" mode if they are not |