aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@sgi.com>2005-04-18 23:52:17 -0400
committerLen Brown <len.brown@intel.com>2005-07-12 00:10:52 -0400
commit590275ce72c48fdbddea057bc9ee379c1fd851ef (patch)
tree653eaad2d102bebcc666a3dac6c886049b30a447 /drivers/acpi
parent6c4fa56033c11ad5c5929bf3edd1505d3d8a8c0b (diff)
[ACPI] cleanup: delete !IA64_SGI_SN from acpi/Kconfig
Signed-off-by: Jesse Barnes <jbarnes@sgi.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 8b6de1462558..84bbcb051cb7 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -49,7 +49,6 @@ config ACPI_BOOT
49 49
50config ACPI_INTERPRETER 50config ACPI_INTERPRETER
51 bool 51 bool
52 depends on !IA64_SGI_SN
53 default y 52 default y
54 53
55if ACPI_INTERPRETER 54if ACPI_INTERPRETER
@@ -108,7 +107,6 @@ config ACPI_BATTERY
108 107
109config ACPI_BUTTON 108config ACPI_BUTTON
110 tristate "Button" 109 tristate "Button"
111 depends on !IA64_SGI_SN
112 default m 110 default m
113 help 111 help
114 This driver registers for events based on buttons, such as the 112 This driver registers for events based on buttons, such as the
@@ -120,7 +118,6 @@ config ACPI_BUTTON
120config ACPI_VIDEO 118config ACPI_VIDEO
121 tristate "Video" 119 tristate "Video"
122 depends on EXPERIMENTAL 120 depends on EXPERIMENTAL
123 depends on !IA64_SGI_SN
124 default m 121 default m
125 help 122 help
126 This driver implement the ACPI Extensions For Display Adapters 123 This driver implement the ACPI Extensions For Display Adapters
@@ -142,7 +139,6 @@ config ACPI_HOTKEY
142 139
143config ACPI_FAN 140config ACPI_FAN
144 tristate "Fan" 141 tristate "Fan"
145 depends on !IA64_SGI_SN
146 default m 142 default m
147 help 143 help
148 This driver adds support for ACPI fan devices, allowing user-mode 144 This driver adds support for ACPI fan devices, allowing user-mode
@@ -150,7 +146,6 @@ config ACPI_FAN
150 146
151config ACPI_PROCESSOR 147config ACPI_PROCESSOR
152 tristate "Processor" 148 tristate "Processor"
153 depends on !IA64_SGI_SN
154 default m 149 default m
155 help 150 help
156 This driver installs ACPI as the idle handler for Linux, and uses 151 This driver installs ACPI as the idle handler for Linux, and uses
@@ -160,7 +155,6 @@ config ACPI_PROCESSOR
160config ACPI_HOTPLUG_CPU 155config ACPI_HOTPLUG_CPU
161 bool "Processor Hotplug (EXPERIMENTAL)" 156 bool "Processor Hotplug (EXPERIMENTAL)"
162 depends on ACPI_PROCESSOR && HOTPLUG_CPU && EXPERIMENTAL 157 depends on ACPI_PROCESSOR && HOTPLUG_CPU && EXPERIMENTAL
163 depends on !IA64_SGI_SN
164 select ACPI_CONTAINER 158 select ACPI_CONTAINER
165 default n 159 default n
166 ---help--- 160 ---help---
@@ -280,7 +274,6 @@ config ACPI_BLACKLIST_YEAR
280 274
281config ACPI_DEBUG 275config ACPI_DEBUG
282 bool "Debug Statements" 276 bool "Debug Statements"
283 depends on !IA64_SGI_SN
284 default n 277 default n
285 help 278 help
286 The ACPI driver can optionally report errors with a great deal 279 The ACPI driver can optionally report errors with a great deal
@@ -289,7 +282,6 @@ config ACPI_DEBUG
289 282
290config ACPI_BUS 283config ACPI_BUS
291 bool 284 bool
292 depends on !IA64_SGI_SN
293 default y 285 default y
294 286
295config ACPI_EC 287config ACPI_EC
@@ -303,17 +295,14 @@ config ACPI_EC
303 295
304config ACPI_POWER 296config ACPI_POWER
305 bool 297 bool
306 depends on !IA64_SGI_SN
307 default y 298 default y
308 299
309config ACPI_PCI 300config ACPI_PCI
310 bool 301 bool
311 depends on !IA64_SGI_SN
312 default PCI 302 default PCI
313 303
314config ACPI_SYSTEM 304config ACPI_SYSTEM
315 bool 305 bool
316 depends on !IA64_SGI_SN
317 default y 306 default y
318 help 307 help
319 This driver will enable your system to shut down using ACPI, and 308 This driver will enable your system to shut down using ACPI, and