From: Randy Dunlap <randy_d_dunlap@linux.intel.com>
To: "Mathieu Bérard" <Mathieu.Berard@crans.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
ide <linux-ide@vger.kernel.org>, jgarzik <jgarzik@pobox.com>,
akpm <akpm@osdl.org>
Subject: [PATCH 3/3] libata-acpi: update Makefile & Kconfig
Date: Tue, 17 Jan 2006 12:14:06 -0800 [thread overview]
Message-ID: <20060117121406.3053913a.randy_d_dunlap@linux.intel.com> (raw)
From: Randy Dunlap <randy_d_dunlap@linux.intel.com>
Simplify Makefile.
Add Kconfig help.
Changelog addition:
This option adds support for SATA-related ACPI objects.
These ACPI objects add the ability to retrieve taskfiles
from the ACPI BIOS and write them to the disk controller.
These objects may be related to performance, security,
power management, or other areas.
You can disable this at kernel boot time by using the
option 'libata.noacpi'.
Signed-off-by: Randy Dunlap <randy_d_dunlap@linux.intel.com>
---
drivers/scsi/Kconfig | 8 ++++++++
drivers/scsi/Makefile | 6 ++----
2 files changed, 10 insertions(+), 4 deletions(-)
--- linux-2615-mm4.orig/drivers/scsi/Makefile
+++ linux-2615-mm4/drivers/scsi/Makefile
@@ -166,10 +166,8 @@ ncr53c8xx-flags-$(CONFIG_SCSI_ZALON) \
CFLAGS_ncr53c8xx.o := $(ncr53c8xx-flags-y) $(ncr53c8xx-flags-m)
zalon7xx-objs := zalon.o ncr53c8xx.o
NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o
-libata-objs := libata-core.o libata-scsi.o
-ifeq ($(CONFIG_SCSI_SATA_ACPI),y)
- libata-objs += libata-acpi.o
-endif
+libata-y := libata-core.o libata-scsi.o
+libata-$(CONFIG_SCSI_SATA_ACPI) += libata-acpi.o
oktagon_esp_mod-objs := oktagon_esp.o oktagon_io.o
# Files generated that shall be removed upon make clean
--- linux-2615-mm4.orig/drivers/scsi/Kconfig
+++ linux-2615-mm4/drivers/scsi/Kconfig
@@ -620,6 +620,14 @@ config SCSI_SATA_ACPI
bool
depends on SCSI_SATA && ACPI
default y
+ help
+ This option adds support for SATA-related ACPI objects.
+ These ACPI objects add the ability to retrieve taskfiles
+ from the ACPI BIOS and write them to the disk controller.
+ These objects may be related to performance, security,
+ power management, or other areas.
+ You can disable this at kernel boot time by using the
+ option 'libata.noacpi'.
config SCSI_BUSLOGIC
tristate "BusLogic SCSI support"
---
~Randy [MPG MPAD MSAE SSA]
reply other threads:[~2006-01-17 20:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20060117121406.3053913a.randy_d_dunlap@linux.intel.com \
--to=randy_d_dunlap@linux.intel.com \
--cc=Mathieu.Berard@crans.org \
--cc=akpm@osdl.org \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®