Skip to content

Commit

Permalink
[ACPI] cleanup: delete !IA64_SGI_SN from acpi/Kconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Jesse Barnes authored and Len Brown committed Jul 12, 2005
1 parent 6c4fa56 commit 590275c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ config ACPI_BOOT

config ACPI_INTERPRETER
bool
depends on !IA64_SGI_SN
default y

if ACPI_INTERPRETER
Expand Down Expand Up @@ -108,7 +107,6 @@ config ACPI_BATTERY

config ACPI_BUTTON
tristate "Button"
depends on !IA64_SGI_SN
default m
help
This driver registers for events based on buttons, such as the
Expand All @@ -120,7 +118,6 @@ config ACPI_BUTTON
config ACPI_VIDEO
tristate "Video"
depends on EXPERIMENTAL
depends on !IA64_SGI_SN
default m
help
This driver implement the ACPI Extensions For Display Adapters
Expand All @@ -142,15 +139,13 @@ config ACPI_HOTKEY

config ACPI_FAN
tristate "Fan"
depends on !IA64_SGI_SN
default m
help
This driver adds support for ACPI fan devices, allowing user-mode
applications to perform basic fan control (on, off, status).

config ACPI_PROCESSOR
tristate "Processor"
depends on !IA64_SGI_SN
default m
help
This driver installs ACPI as the idle handler for Linux, and uses
Expand All @@ -160,7 +155,6 @@ config ACPI_PROCESSOR
config ACPI_HOTPLUG_CPU
bool "Processor Hotplug (EXPERIMENTAL)"
depends on ACPI_PROCESSOR && HOTPLUG_CPU && EXPERIMENTAL
depends on !IA64_SGI_SN
select ACPI_CONTAINER
default n
---help---
Expand Down Expand Up @@ -280,7 +274,6 @@ config ACPI_BLACKLIST_YEAR

config ACPI_DEBUG
bool "Debug Statements"
depends on !IA64_SGI_SN
default n
help
The ACPI driver can optionally report errors with a great deal
Expand All @@ -289,7 +282,6 @@ config ACPI_DEBUG

config ACPI_BUS
bool
depends on !IA64_SGI_SN
default y

config ACPI_EC
Expand All @@ -303,17 +295,14 @@ config ACPI_EC

config ACPI_POWER
bool
depends on !IA64_SGI_SN
default y

config ACPI_PCI
bool
depends on !IA64_SGI_SN
default PCI

config ACPI_SYSTEM
bool
depends on !IA64_SGI_SN
default y
help
This driver will enable your system to shut down using ACPI, and
Expand Down

0 comments on commit 590275c

Please sign in to comment.