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

SVN-Revision: 19294
This commit is contained in:
Felix Fietkau 2010-01-23 17:52:38 +00:00
parent 2aa0d20756
commit 1a13b8c358
3 changed files with 3 additions and 3 deletions

View file

@ -618,7 +618,7 @@
+ +
+config GPIOMMC +config GPIOMMC
+ tristate "MMC/SD over GPIO-based SPI" + tristate "MMC/SD over GPIO-based SPI"
+ depends on MMC && MMC_SPI && SPI_GPIO + depends on MMC && MMC_SPI && SPI_GPIO_OLD
+ help + help
+ This driver hooks up the mmc_spi and spi_gpio modules so that + 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 + MMC/SD cards can be used on a GPIO based bus by bitbanging

View file

@ -617,7 +617,7 @@
+config GPIOMMC +config GPIOMMC
+ tristate "MMC/SD over GPIO-based SPI" + tristate "MMC/SD over GPIO-based SPI"
+ depends on MMC && MMC_SPI && SPI_GPIO + depends on MMC && MMC_SPI && SPI_GPIO_OLD
+ help + help
+ This driver hooks up the mmc_spi and spi_gpio modules so that + 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 + MMC/SD cards can be used on a GPIO based bus by bitbanging

View file

@ -617,7 +617,7 @@
+config GPIOMMC +config GPIOMMC
+ tristate "MMC/SD over GPIO-based SPI" + tristate "MMC/SD over GPIO-based SPI"
+ depends on MMC && MMC_SPI && SPI_GPIO + depends on MMC && MMC_SPI && SPI_GPIO_OLD
+ help + help
+ This driver hooks up the mmc_spi and spi_gpio modules so that + 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 + MMC/SD cards can be used on a GPIO based bus by bitbanging