From: Len Brown <lenb@kernel.org>
To: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: [PATCH 1/2] ACPI: remove CONFIG_ACPI_SYSTEM
Date: Thu, 19 Feb 2009 18:15:24 -0500 (EST) [thread overview]
Message-ID: <alpine.LFD.2.00.0902191551260.16661@localhost.localdomain> (raw)
In-Reply-To: <20090219195616.20757.42079.stgit@bob.kio>
applied
thanks,
Len Brown, Intel Open Source Technology Center
On Thu, 19 Feb 2009, Bjorn Helgaas wrote:
> Remove CONFIG_ACPI_SYSTEM. It was always set the same as CONFIG_ACPI,
> and it had no menu label, so there was no way to set it to anything
> other than "y".
>
> Some things under CONFIG_ACPI_SYSTEM (acpi_irq_handled, acpi_os_gpe_count(),
> event_is_open, register_acpi_notifier(), etc.) are used unconditionally
> by the CA, the OSPM, and drivers, so we depend on them always being
> present.
>
> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
> ---
> drivers/acpi/Kconfig | 7 -------
> drivers/acpi/Makefile | 2 +-
> 2 files changed, 1 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index a7799a9..8a851d0 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -254,13 +254,6 @@ config ACPI_PCI_SLOT
> help you correlate PCI bus addresses with the physical geography
> of your slots. If you are unsure, say N.
>
> -config ACPI_SYSTEM
> - bool
> - default y
> - help
> - This driver will enable your system to shut down using ACPI, and
> - dump your ACPI DSDT table using /proc/acpi/dsdt.
> -
> config X86_PM_TIMER
> bool "Power Management Timer Support" if EMBEDDED
> depends on X86
> diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile
> index 65d90c7..b130ea0 100644
> --- a/drivers/acpi/Makefile
> +++ b/drivers/acpi/Makefile
> @@ -52,7 +52,7 @@ obj-$(CONFIG_ACPI_PROCESSOR) += processor.o
> obj-$(CONFIG_ACPI_CONTAINER) += container.o
> obj-$(CONFIG_ACPI_THERMAL) += thermal.o
> obj-y += power.o
> -obj-$(CONFIG_ACPI_SYSTEM) += system.o event.o
> +obj-y += system.o event.o
> obj-$(CONFIG_ACPI_DEBUG) += debug.o
> obj-$(CONFIG_ACPI_NUMA) += numa.o
> obj-$(CONFIG_ACPI_HOTPLUG_MEMORY) += acpi_memhotplug.o
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2009-02-19 23:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-19 19:56 [PATCH 0/2] ACPI: Kconfig cleanup Bjorn Helgaas
2009-02-19 19:56 ` [PATCH 1/2] ACPI: remove CONFIG_ACPI_SYSTEM Bjorn Helgaas
2009-02-19 23:15 ` Len Brown [this message]
2009-02-19 19:56 ` [PATCH 2/2] ACPI: update Kconfig help texts (no functional changes) Bjorn Helgaas
2009-02-19 20:40 ` Len Brown
2009-02-19 21:31 ` Randy Dunlap
2009-02-19 21:45 ` [PATCH 2/2 v2] " Bjorn Helgaas
2009-03-17 6:07 ` Len Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.2.00.0902191551260.16661@localhost.localdomain \
--to=lenb@kernel.org \
--cc=bjorn.helgaas@hp.com \
--cc=linux-acpi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox