]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/Kconfig
Merge git://git.denx.de/u-boot-usb
[people/ms/u-boot.git] / drivers / mmc / Kconfig
index ab0627a8afb120035cf16053b76d42f780973541..bc29611d783be4788777ef70e7ed14cbe1c8004b 100644 (file)
@@ -17,6 +17,11 @@ config MMC_WRITE
        help
          Enable write access to MMC and SD Cards
 
+config MMC_BROKEN_CD
+       bool "Poll for broken card detection case"
+       help
+         If card  detection feature is broken, just poll to detect.
+
 config DM_MMC
        bool "Enable MMC controllers using Driver Model"
        depends on DM