linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: Get rid of SPI_BUTTERFLY duplication.
@ 2006-01-23 13:47 Paul Mundt
  2006-01-23 14:23 ` David Brownell
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Mundt @ 2006-01-23 13:47 UTC (permalink / raw)
  To: David Brownell, Greg KH; +Cc: Andrew Morton, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]

CONFIG_SPI_BUTTERFLY is listed twice in drivers/spi/Kconfig, one will do
fine..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

---

 drivers/spi/Kconfig |   10 ----------
 1 file changed, 10 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index b77dbd6..7a75fae 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -75,16 +75,6 @@ config SPI_BUTTERFLY
 	  inexpensive battery powered microcontroller evaluation board.
 	  This same cable can be used to flash new firmware.
 
-config SPI_BUTTERFLY
-	tristate "Parallel port adapter for AVR Butterfly (DEVELOPMENT)"
-	depends on SPI_MASTER && PARPORT && EXPERIMENTAL
-	select SPI_BITBANG
-	help
-	  This uses a custom parallel port cable to connect to an AVR
-	  Butterfly <http://www.atmel.com/products/avr/butterfly>, an
-	  inexpensive battery powered microcontroller evaluation board.
-	  This same cable can be used to flash new firmware.
-
 #
 # Add new SPI master controllers in alphabetical order above this line
 #

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] spi: Get rid of SPI_BUTTERFLY duplication.
  2006-01-23 13:47 [PATCH] spi: Get rid of SPI_BUTTERFLY duplication Paul Mundt
@ 2006-01-23 14:23 ` David Brownell
  0 siblings, 0 replies; 2+ messages in thread
From: David Brownell @ 2006-01-23 14:23 UTC (permalink / raw)
  To: Paul Mundt; +Cc: Greg KH, Andrew Morton, linux-kernel

On Monday 23 January 2006 5:47 am, Paul Mundt wrote:
> CONFIG_SPI_BUTTERFLY is listed twice in drivers/spi/Kconfig, one will do
> fine..

Patch already sent to Linus, but thanks.  (Basically, a patch got
dropped, and this was one of the more visible symptoms.)

- dave


> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
> 
> ---
> 
>  drivers/spi/Kconfig |   10 ----------
>  1 file changed, 10 deletions(-)
> 
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index b77dbd6..7a75fae 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -75,16 +75,6 @@ config SPI_BUTTERFLY
>  	  inexpensive battery powered microcontroller evaluation board.
>  	  This same cable can be used to flash new firmware.
>  
> -config SPI_BUTTERFLY
> -	tristate "Parallel port adapter for AVR Butterfly (DEVELOPMENT)"
> -	depends on SPI_MASTER && PARPORT && EXPERIMENTAL
> -	select SPI_BITBANG
> -	help
> -	  This uses a custom parallel port cable to connect to an AVR
> -	  Butterfly <http://www.atmel.com/products/avr/butterfly>, an
> -	  inexpensive battery powered microcontroller evaluation board.
> -	  This same cable can be used to flash new firmware.
> -
>  #
>  # Add new SPI master controllers in alphabetical order above this line
>  #
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-23 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-23 13:47 [PATCH] spi: Get rid of SPI_BUTTERFLY duplication Paul Mundt
2006-01-23 14:23 ` David Brownell

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).