Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
1ea4f444
Commit
1ea4f444
authored
Sep 07, 2008
by
Pierre Ossman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmc: remove redundant "depends on"
Signed-off-by:
Pierre Ossman
<
drzeus@drzeus.cx
>
parent
ee63a7d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
drivers/mmc/card/Kconfig
drivers/mmc/card/Kconfig
+0
-1
drivers/mmc/host/Kconfig
drivers/mmc/host/Kconfig
+3
-3
No files found.
drivers/mmc/card/Kconfig
View file @
1ea4f444
...
@@ -34,7 +34,6 @@ config MMC_BLOCK_BOUNCE
...
@@ -34,7 +34,6 @@ config MMC_BLOCK_BOUNCE
config SDIO_UART
config SDIO_UART
tristate "SDIO UART/GPS class support"
tristate "SDIO UART/GPS class support"
depends on MMC
help
help
SDIO function driver for SDIO cards that implements the UART
SDIO function driver for SDIO cards that implements the UART
class, as well as the GPS class which appears like a UART.
class, as well as the GPS class which appears like a UART.
...
...
drivers/mmc/host/Kconfig
View file @
1ea4f444
...
@@ -142,7 +142,7 @@ config MMC_TIFM_SD
...
@@ -142,7 +142,7 @@ config MMC_TIFM_SD
config MMC_SPI
config MMC_SPI
tristate "MMC/SD over SPI"
tristate "MMC/SD over SPI"
depends on
MMC &&
SPI_MASTER && !HIGHMEM && HAS_DMA
depends on SPI_MASTER && !HIGHMEM && HAS_DMA
select CRC7
select CRC7
select CRC_ITU_T
select CRC_ITU_T
help
help
...
@@ -155,7 +155,7 @@ config MMC_SPI
...
@@ -155,7 +155,7 @@ config MMC_SPI
config MMC_S3C
config MMC_S3C
tristate "Samsung S3C SD/MMC Card Interface support"
tristate "Samsung S3C SD/MMC Card Interface support"
depends on ARCH_S3C2410
&& MMC
depends on ARCH_S3C2410
help
help
This selects a driver for the MCI interface found in
This selects a driver for the MCI interface found in
Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
...
@@ -166,7 +166,7 @@ config MMC_S3C
...
@@ -166,7 +166,7 @@ config MMC_S3C
config MMC_SDRICOH_CS
config MMC_SDRICOH_CS
tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)"
tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)"
depends on EXPERIMENTAL &&
MMC &&
PCI && PCMCIA
depends on EXPERIMENTAL && PCI && PCMCIA
help
help
Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
card whenever you insert a MMC or SD card into the card slot.
card whenever you insert a MMC or SD card into the card slot.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment