gpiommc: fix dependencies on the spi gpio module - fixes the mmc_over_gpio package build

SVN-Revision: 19294
master
Felix Fietkau 15 years ago
parent 2aa0d20756
commit 1a13b8c358
  1. 2
      target/linux/generic-2.6/patches-2.6.30/922-gpiommc.patch
  2. 2
      target/linux/generic-2.6/patches-2.6.31/922-gpiommc.patch
  3. 2
      target/linux/generic-2.6/patches-2.6.32/922-gpiommc.patch

@ -618,7 +618,7 @@
+
+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

@ -617,7 +617,7 @@
+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

@ -617,7 +617,7 @@
+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

Loading…
Cancel
Save