diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2019-08-01 16:33:36 +0530 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2019-08-09 13:45:25 +0800 |
commit | 68b3e8b39802739b9628fbeb827adb0746a44f15 (patch) | |
tree | d187c2ada39c56aaf9126c0dae6d238c6d33cf9f | |
parent | fef408679b2f634ebfd6298d9fc99db99e60fb1d (diff) |
mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selected
Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selected as is being
done for the U-boot case.
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | drivers/mmc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 4cdae41b59..66097ce0e7 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -156,6 +156,7 @@ config MMC_HS400_SUPPORT config SPL_MMC_HS400_SUPPORT bool "enable HS400 support in SPL" + select SPL_MMC_HS200_SUPPORT help The HS400 mode is support by some eMMC. The bus frequency is up to 200MHz. This mode requires tuning the IO. |