forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/mmc/host/Kconfig
....@@ -521,11 +521,12 @@
521521 of Alcor Micro PCI-E card reader
522522
523523 config MMC_AU1X
524
- tristate "Alchemy AU1XX0 MMC Card Interface support"
524
+ bool "Alchemy AU1XX0 MMC Card Interface support"
525525 depends on MIPS_ALCHEMY
526
+ depends on MMC=y
526527 help
527528 This selects the AMD Alchemy(R) Multimedia card interface.
528
- If you have a Alchemy platform with a MMC slot, say Y or M here.
529
+ If you have a Alchemy platform with a MMC slot, say Y here.
529530
530531 If unsure, say N.
531532