diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2005-09-07 01:06:25 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-09-07 17:00:08 -0400 |
commit | 697eaad417f9f2e40f62282e8b396208b72990cf (patch) | |
tree | 567b9bdf2058ed6ef6107c76e24cdb9d19905d78 /arch/ia64/Kconfig | |
parent | a52ac87eb249f5e87f43e1a0adeb1a737f4a2b43 (diff) |
[IA64] Minor cleanups - remove CONFIG_ACPI_DEALLOCATE_IRQ
The config option 'CONFIG_ACPI_DEALLOCATE_IRQ' is no longer
needed. This patch removes it.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 3deced637f07..d0743c6da6d8 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -338,11 +338,6 @@ config IA64_PALINFO | |||
338 | To use this option, you have to ensure that the "/proc file system | 338 | To use this option, you have to ensure that the "/proc file system |
339 | support" (CONFIG_PROC_FS) is enabled, too. | 339 | support" (CONFIG_PROC_FS) is enabled, too. |
340 | 340 | ||
341 | config ACPI_DEALLOCATE_IRQ | ||
342 | bool | ||
343 | depends on IOSAPIC && EXPERIMENTAL | ||
344 | default y | ||
345 | |||
346 | source "drivers/firmware/Kconfig" | 341 | source "drivers/firmware/Kconfig" |
347 | 342 | ||
348 | source "fs/Kconfig.binfmt" | 343 | source "fs/Kconfig.binfmt" |