summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-01-24 11:28:44 -0500
committerTom Rini <trini@konsulko.com>2018-01-24 11:28:44 -0500
commitfb4413295c765aa8c013650984dc2d908964c81d (patch)
tree310dec76e0dd7c9227bad54ed372657f8e59713d /drivers/mmc/Kconfig
parent16121280188d3daa57b18ad623d0845bbbb5a90a (diff)
parent2f516e4aa286eb0203e34ab9be68b08f7a3c44c1 (diff)
downloadu-boot-fb4413295c765aa8c013650984dc2d908964c81d.tar.gz
u-boot-fb4413295c765aa8c013650984dc2d908964c81d.tar.xz
u-boot-fb4413295c765aa8c013650984dc2d908964c81d.zip
Merge git://git.denx.de/u-boot-mmc
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index ab0627a8af..bc29611d78 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -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