]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/Kconfig
configs: x86: allow to override CONFIG_BOOTCOMMAND
[u-boot] / drivers / mmc / Kconfig
index ab0627a8afb120035cf16053b76d42f780973541..a1b21fd1bd0726c91c679a3240a49fc423942567 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
@@ -256,6 +261,20 @@ config MMC_UNIPHIER
          This selects support for the Matsushita SD/MMC Host Controller on
          SocioNext UniPhier and Renesas RCar SoCs.
 
+config MMC_BCM2835
+       bool "BCM2835 family custom SD/MMC Host Controller support"
+       depends on ARCH_BCM283X
+       depends on BLK && DM_MMC
+       depends on OF_CONTROL
+       default y
+       help
+         This selects support for the custom SD host controller in the BCM2835
+         family of devices.
+
+         If you have a BCM2835 platform with SD or MMC devices, say Y here.
+
+         If unsure, say N.
+
 config MMC_SANDBOX
        bool "Sandbox MMC support"
        depends on SANDBOX