gpiommc: fix dependencies on the spi gpio module - fixes the mmc_over_gpio package...
authorFelix Fietkau <nbd@openwrt.org>
Sat, 23 Jan 2010 17:52:38 +0000 (17:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 23 Jan 2010 17:52:38 +0000 (17:52 +0000)
SVN-Revision: 19294

target/linux/generic-2.6/patches-2.6.30/922-gpiommc.patch
target/linux/generic-2.6/patches-2.6.31/922-gpiommc.patch
target/linux/generic-2.6/patches-2.6.32/922-gpiommc.patch

index ad35996a9cec8e6d976968e1a1c6a2bbfe1e6b32..c0a2159d8603d35585e2ecafedd469e25ec6ea5b 100644 (file)
 +
 +config GPIOMMC
 +      tristate "MMC/SD over GPIO-based SPI"
-+      depends on MMC && MMC_SPI && SPI_GPIO
++      depends on MMC && MMC_SPI && SPI_GPIO_OLD
 +      help
 +        This driver hooks up the mmc_spi and spi_gpio modules so that
 +        MMC/SD cards can be used on a GPIO based bus by bitbanging
index 512a0b196c06ab8c9dbe797abe547e7307f06006..10d09624d42c2311d8429dd0da5684bf79e8e523 100644 (file)
  
 +config GPIOMMC
 +      tristate "MMC/SD over GPIO-based SPI"
-+      depends on MMC && MMC_SPI && SPI_GPIO
++      depends on MMC && MMC_SPI && SPI_GPIO_OLD
 +      help
 +        This driver hooks up the mmc_spi and spi_gpio modules so that
 +        MMC/SD cards can be used on a GPIO based bus by bitbanging
index 27779a8136d5caafb7d6be35e323b6314c29f869..8c995874a8941f974a1c07273f3a98c1f2e9d2cd 100644 (file)
  
 +config GPIOMMC
 +      tristate "MMC/SD over GPIO-based SPI"
-+      depends on MMC && MMC_SPI && SPI_GPIO
++      depends on MMC && MMC_SPI && SPI_GPIO_OLD
 +      help
 +        This driver hooks up the mmc_spi and spi_gpio modules so that
 +        MMC/SD cards can be used on a GPIO based bus by bitbanging