]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'm68k/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 01:13:19 +0000 (11:13 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 01:13:19 +0000 (11:13 +1000)
Conflicts:
arch/cris/arch-v32/drivers/Kconfig

1  2 
arch/cris/Kconfig
arch/cris/arch-v32/drivers/Kconfig

Simple merge
index c1e21fc1b43d29d400a9120e841ab5fa9f6d966e,f64779c1fb3cda8172b3cd3daf5eab3027660a78..8ac05594ecc66531fe83d33c83b05903ecc8c1db
@@@ -440,9 -785,51 +438,4 @@@ config ETRAX_SPI_GPI
          Say m to build it as a module, which will be called spi_crisv32_gpio.
          (You need to select MMC separately.)
  
- # Avoid choices causing non-working configs by conditionalizing the inclusion.
- if ETRAX_SPI_MMC
- source drivers/spi/Kconfig
- endif
 -# The default match that of sser0, only because that's how it was tested.
 -config ETRAX_SPI_CS_PIN
 -      string "SPI chip select pin"
 -      depends on ETRAX_SPI_GPIO
 -      default "pc3"
 -      help
 -        The pin to use for SPI chip select.
 -
 -config ETRAX_SPI_CLK_PIN
 -      string "SPI clock pin"
 -      depends on ETRAX_SPI_GPIO
 -      default "pc1"
 -      help
 -        The pin to use for the SPI clock.
 -
 -config ETRAX_SPI_DATAIN_PIN
 -      string "SPI MISO (data in) pin"
 -      depends on ETRAX_SPI_GPIO
 -      default "pc16"
 -      help
 -        The pin to use for SPI data in from the device.
 -
 -config ETRAX_SPI_DATAOUT_PIN
 -      string "SPI MOSI (data out) pin"
 -      depends on ETRAX_SPI_GPIO
 -      default "pc0"
 -      help
 -        The pin to use for SPI data out to the device.
 -
 -config ETRAX_SPI_MMC_CD_GPIO_PIN
 -      string "MMC/SD card detect pin for SPI using gpio (space for none)"
 -      depends on ETRAX_SPI_GPIO && MMC_SPI
 -      default "pd11"
 -      help
 -        The pin to use for SD/MMC card detect.  This pin should be pulled up
 -        and grounded when a card is present.  If defined as " " (space), no
 -        pin is selected.  A card must then always be inserted for proper
 -        action.
 -
 -config ETRAX_SPI_MMC_WP_GPIO_PIN
 -      string "MMC/SD card write-protect pin for SPI using gpio (space for none)"
 -      depends on ETRAX_SPI_GPIO && MMC_SPI
 -      default "pd10"
 -      help
 -        The pin to use for the SD/MMC write-protect signal for a memory
 -        card.  If defined as " " (space), the card is considered writable.
--
  endif