diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-08-23 12:03:42 +0200 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-08-28 22:36:48 +0530 |
commit | 343ff161062880c5112b014c9181694bd01ee886 (patch) | |
tree | 8bc17431f5353bae973c808944eb7480c4868c01 /arch/arm/mach-sunxi/Kconfig | |
parent | de9b1771c3b663509102aa05b4275949da69f998 (diff) |
sunxi: Enable MMC new mode for A83T
The eMMC controller for the A83T uses the new operating mode. Enable it.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'arch/arm/mach-sunxi/Kconfig')
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 2cd7bae078..2309f59999 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -125,6 +125,7 @@ config MACH_SUN8I_A83T bool "sun8i (Allwinner A83T)" select CPU_V7 select SUNXI_GEN_SUN6I + select MMC_SUNXI_HAS_NEW_MODE select SUPPORT_SPL config MACH_SUN8I_H3 |