Skip to content

Commit a9a56e9

Browse files
CharlesWu465Mina-Chou
authored andcommitted
mmc: andes: ftsdc010: Fix MMC_FTSDC Kconfig descriptions and dependency name (torvalds#174)
Fix the descriptions of config MMC_FTSDC. In commit (cd161eb5711b) MMC_FTSDCG was renamed to MMC_FTSDC, so the dependency of config MMC_FTSDC_DMA on MMC_FTSDCG should also be updated to depend on MMC_FTSDC for ftsdc010 to use DMA mode. Git issue : https://gitea.andestech.com/RD-SW/linux/issues/162 Signed-off-by: charles <[email protected]> Reviewed-on: https://gitea.andestech.com/RD-SW/linux/pulls/174 Reviewed-by: Leo Yu-Chi Liang <[email protected]> Reviewed-by: Mina Hui-Min Chou <[email protected]> Co-authored-by: charles <[email protected]> Co-committed-by: charles <[email protected]>
1 parent 777b27b commit a9a56e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/mmc/host/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -638,20 +638,20 @@ config MMC_DAVINCI
638638
say Y or M here. If unsure, say N.
639639

640640
config MMC_FTSDC
641-
tristate "Andestech SDC Multimedia Card Interface use dmaengine"
641+
tristate "Andes SDC Multimedia Card Interface use DMA engine"
642642
depends on RISCV
643643
depends on ATCDMAC300
644644
help
645-
This selects the TI DAVINCI Multimedia card Interface.
646-
If you have an DAVINCI board with a Multimedia Card slot,
645+
This selects the Andes SDC multimedia card interface use dmaengine.
646+
If you have an Andes platform with a multimedia card slot,
647647
say Y or M here. If unsure, say N.
648648

649649
config MMC_FTSDC_DMA
650650
bool "DMA mode"
651-
depends on MMC_FTSDCG
651+
depends on MMC_FTSDC
652652
default y
653653
help
654-
This selects the Andestech SDC work in DMA mode.
654+
This selects the Andes SDC work in DMA mode.
655655

656656
config MMC_SPI
657657
tristate "MMC/SD/SDIO over SPI"

0 commit comments

Comments
 (0)