linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Ben Dooks <ben-linux@fluff.org>
Cc: linux-ide@vger.kernel.org, bzolnier@gmail.com
Subject: Re: [patch 1/2] LIBATA: Add HAVE_PATA_PLATFORM to select PATA_PLATFORM driver
Date: Wed, 18 Jun 2008 20:30:07 -0400	[thread overview]
Message-ID: <4859A88F.5030709@pobox.com> (raw)
In-Reply-To: <20080616112452.786570267@fluff.org.uk>

Ben Dooks wrote:
> Add HAVE_PATA_PLATFORM to select the pata platform driver
> to ensure that we do not end up with a long 'depends on' list
> when other users of this driver turn up.
> 
> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
> 
> Index: linux-2.6.26-rc3-quilt1/drivers/ata/Kconfig
> ===================================================================
> --- linux-2.6.26-rc3-quilt1.orig/drivers/ata/Kconfig	2008-05-19 23:04:01.000000000 +0100
> +++ linux-2.6.26-rc3-quilt1/drivers/ata/Kconfig	2008-05-19 23:39:47.000000000 +0100
> @@ -651,9 +651,17 @@ config PATA_WINBOND_VLB
>  	  Support for the Winbond W83759A controller on Vesa Local Bus
>  	  systems.
>  
> +config HAVE_PATA_PLATFORM
> +	bool
> +	help
> +	  This is an internal configuration node for any machine that
> +	  uses pata-platform driver to enable the relevant driver in the
> +	  configuration structure without having to submit endless patches
> +	  to update the PATA_PLATFORM entry.
> +
>  config PATA_PLATFORM
>  	tristate "Generic platform device PATA support"
> -	depends on EMBEDDED || ARCH_RPC || PPC
> +	depends on EMBEDDED || ARCH_RPC || PPC || HAVE_PATA_PLATFORM
>  	help

applied



  reply	other threads:[~2008-06-19  0:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-16 11:16 [patch 0/2] pata-platform configuration changes / Remove bast-ide Ben Dooks
2008-06-16 11:16 ` [patch 1/2] LIBATA: Add HAVE_PATA_PLATFORM to select PATA_PLATFORM driver Ben Dooks
2008-06-19  0:30   ` Jeff Garzik [this message]
2008-06-16 11:16 ` [patch 2/2] BAST: Remove old IDE driver Ben Dooks
2008-06-16 19:30   ` Bartlomiej Zolnierkiewicz
2008-06-18 11:41     ` Ben Dooks
2008-06-18 21:33       ` Bartlomiej Zolnierkiewicz
  -- strict thread matches above, loose matches on Subject: below --
2008-04-15 14:43 [patch 0/2] libata: add HAVE_PATA_PLATFORM Ben Dooks
2008-04-15 14:43 ` [patch 1/2] LIBATA: Add HAVE_PATA_PLATFORM to select PATA_PLATFORM driver 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=4859A88F.5030709@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=ben-linux@fluff.org \
    --cc=bzolnier@gmail.com \
    --cc=linux-ide@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;
as well as URLs for NNTP newsgroup(s).