diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2008-09-07 07:07:57 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-10-12 05:04:35 -0400 |
commit | 1ea4f444f3a9721babd5d22cbd15092f9da6b51a (patch) | |
tree | 333f0370d44b0f35670e343c2a7eccf55c434d36 /drivers/mmc | |
parent | ee63a7d2287c677ed022bf3f584f5a187b6c402f (diff) |
mmc: remove redundant "depends on"
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/card/Kconfig | 1 | ||||
-rw-r--r-- | drivers/mmc/host/Kconfig | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/drivers/mmc/card/Kconfig b/drivers/mmc/card/Kconfig index dd0f398ee2f5..ffd2198e515f 100644 --- a/drivers/mmc/card/Kconfig +++ b/drivers/mmc/card/Kconfig | |||
@@ -34,7 +34,6 @@ config MMC_BLOCK_BOUNCE | |||
34 | 34 | ||
35 | config SDIO_UART | 35 | config SDIO_UART |
36 | tristate "SDIO UART/GPS class support" | 36 | tristate "SDIO UART/GPS class support" |
37 | depends on MMC | ||
38 | help | 37 | help |
39 | SDIO function driver for SDIO cards that implements the UART | 38 | SDIO function driver for SDIO cards that implements the UART |
40 | class, as well as the GPS class which appears like a UART. | 39 | class, as well as the GPS class which appears like a UART. |
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index ea8d7a3490d9..4b81899ba5a8 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -142,7 +142,7 @@ config MMC_TIFM_SD | |||
142 | 142 | ||
143 | config MMC_SPI | 143 | config MMC_SPI |
144 | tristate "MMC/SD over SPI" | 144 | tristate "MMC/SD over SPI" |
145 | depends on MMC && SPI_MASTER && !HIGHMEM && HAS_DMA | 145 | depends on SPI_MASTER && !HIGHMEM && HAS_DMA |
146 | select CRC7 | 146 | select CRC7 |
147 | select CRC_ITU_T | 147 | select CRC_ITU_T |
148 | help | 148 | help |
@@ -155,7 +155,7 @@ config MMC_SPI | |||
155 | 155 | ||
156 | config MMC_S3C | 156 | config MMC_S3C |
157 | tristate "Samsung S3C SD/MMC Card Interface support" | 157 | tristate "Samsung S3C SD/MMC Card Interface support" |
158 | depends on ARCH_S3C2410 && MMC | 158 | depends on ARCH_S3C2410 |
159 | help | 159 | help |
160 | This selects a driver for the MCI interface found in | 160 | This selects a driver for the MCI interface found in |
161 | Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs. | 161 | Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs. |
@@ -166,7 +166,7 @@ config MMC_S3C | |||
166 | 166 | ||
167 | config MMC_SDRICOH_CS | 167 | config MMC_SDRICOH_CS |
168 | tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)" | 168 | tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)" |
169 | depends on EXPERIMENTAL && MMC && PCI && PCMCIA | 169 | depends on EXPERIMENTAL && PCI && PCMCIA |
170 | help | 170 | help |
171 | Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA | 171 | Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA |
172 | card whenever you insert a MMC or SD card into the card slot. | 172 | card whenever you insert a MMC or SD card into the card slot. |