diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-12 12:54:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-12 12:54:38 +0000 |
commit | 44b90dc6a230cacc1612dc7ba1d2db55470ee775 (patch) | |
tree | fa180db216c6e18d5c02fbd02b4008594e2ec986 /target/linux/generic-2.6 | |
parent | 1c4ef8c64c70f7eff2010e0aed835851203bd9ae (diff) | |
download | upstream-44b90dc6a230cacc1612dc7ba1d2db55470ee775.tar.gz upstream-44b90dc6a230cacc1612dc7ba1d2db55470ee775.tar.bz2 upstream-44b90dc6a230cacc1612dc7ba1d2db55470ee775.zip |
[kernel] do not override CONFIG_CONFIGFS_FS in a few places, and make gpiommc be selectable with the spio-gpio-old module (#4659)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15215 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.28/922-gpiommc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/922-gpiommc.patch b/target/linux/generic-2.6/patches-2.6.28/922-gpiommc.patch index 99e12c6608..5d9e44d731 100644 --- a/target/linux/generic-2.6/patches-2.6.28/922-gpiommc.patch +++ b/target/linux/generic-2.6/patches-2.6.28/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 || 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 |