diff options
author | Jun Nie <jun.nie@linaro.org> | 2018-01-02 12:25:57 +0800 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2018-01-24 16:12:03 +0900 |
commit | 2f516e4aa286eb0203e34ab9be68b08f7a3c44c1 (patch) | |
tree | 89314a7e0fe66e9f7fb779179a0a8eecf5881766 /drivers/mmc/Kconfig | |
parent | c0fafe64a5a8fbbd48c4d3bed730f45dfa6d85b5 (diff) |
mmc: Poll for broken card detection case
Poll for broken card detection case instead of return
no card detected.
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 5 |
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 |