]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/Kconfig
mmc: renesas-sdhi: Add Renesas SDHI Kconfig entry
[u-boot] / drivers / mmc / Kconfig
index ff4a8f5b97f9ef55fe554f3fb4baab13b05b63e2..6935da2177dcf7cc8e147845fc71a44252c9b70b 100644 (file)
@@ -267,13 +267,22 @@ config SH_SDHI
          Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform
 
 config MMC_UNIPHIER
-       bool "UniPhier/RCar SD/MMC Host Controller support"
-       depends on ARCH_UNIPHIER || ARCH_RMOBILE
+       bool "UniPhier SD/MMC Host Controller support"
+       depends on ARCH_UNIPHIER
        depends on BLK && DM_MMC
        depends on OF_CONTROL
        help
          This selects support for the Matsushita SD/MMC Host Controller on
-         SocioNext UniPhier and Renesas RCar SoCs.
+         SocioNext UniPhier SoCs.
+
+config RENESAS_SDHI
+       bool "Renesas R-Car SD/MMC Host Controller support"
+       depends on ARCH_RMOBILE
+       depends on BLK && DM_MMC
+       depends on OF_CONTROL
+       help
+         This selects support for the Matsushita SD/MMC Host Controller on
+         Renesas R-Car SoCs.
 
 config MMC_BCM2835
        bool "BCM2835 family custom SD/MMC Host Controller support"