From: Ben Dooks <ben-linux@fluff.org>
To: Jeff Garzik <jeff@garzik.org>,
linux-ide@vger.kernel.org, Russell King <linux@arm.linux.org.uk>
Cc: Vincent Sanders <vince@simtec.co.uk>
Subject: [PATCH] pata_platform: move ARCH_RPC to use MACH_HAS_PATA_PLATFORM
Date: Mon, 19 Nov 2007 12:43:40 +0000 [thread overview]
Message-ID: <20071119124340.GJ26444@trinity.fluff.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1421 bytes --]
Move ARCH_RPC to using MACH_HAS_PATA_PLATFORM as an example
of using this new configuration.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
diff -urpN -X linux-2.6.24-rc3-pata1/Documentation/dontdiff linux-2.6.24-rc3-pata1/drivers/ata/Kconfig linux-2.6.24-rc3-pata2/drivers/ata/Kconfig
--- linux-2.6.24-rc3-pata1/drivers/ata/Kconfig 2007-11-19 12:25:03.000000000 +0000
+++ linux-2.6.24-rc3-pata2/drivers/ata/Kconfig 2007-11-19 12:24:51.000000000 +0000
@@ -570,7 +570,7 @@ config MACH_HAS_PATA_PLATFORM
config PATA_PLATFORM
tristate "Generic platform device PATA support"
- depends on EMBEDDED || ARCH_RPC || MACH_HAS_PATA_PLATFORM
+ depends on EMBEDDED || MACH_HAS_PATA_PLATFORM
help
This option enables support for generic directly connected ATA
devices commonly found on embedded systems.
diff -urpN -X linux-2.6.24-rc3-pata1/Documentation/dontdiff linux-2.6.24-rc3-pata1/arch/arm/Kconfig linux-2.6.24-rc3-pata2/arch/arm/Kconfig
--- linux-2.6.24-rc3-pata1/arch/arm/Kconfig 2007-10-09 21:31:38.000000000 +0100
+++ linux-2.6.24-rc3-pata2/arch/arm/Kconfig 2007-11-19 12:25:43.000000000 +0000
@@ -353,6 +353,7 @@ config ARCH_RPC
select ARCH_MAY_HAVE_PC_FDC
select ISA_DMA_API
select NO_IOPORT
+ select MACH_HAS_PATA_PLATFORM
help
On the Acorn Risc-PC, Linux can support the internal IDE disk and
CD-ROM interface, serial and parallel port, and the floppy drive.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2007-11-19 12:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-19 12:43 Ben Dooks [this message]
2007-11-19 12:50 ` [PATCH] pata_platform: move ARCH_RPC to use MACH_HAS_PATA_PLATFORM Russell King - ARM Linux
2007-11-19 14:12 ` Ben Dooks
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=20071119124340.GJ26444@trinity.fluff.org \
--to=ben-linux@fluff.org \
--cc=jeff@garzik.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=vince@simtec.co.uk \
/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;
as well as URLs for NNTP newsgroup(s).