]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: mach-meson: select MMC_PWRSEQ config
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 16 Feb 2021 01:16:55 +0000 (10:16 +0900)
committerPeng Fan <peng.fan@nxp.com>
Fri, 19 Feb 2021 07:11:21 +0000 (15:11 +0800)
Before time, PWRSEQ is selected since below commit.
commit 262d34363373 ("board: amlogic: select PWRSEQ for all amlogic platform")
Select MMC_PWRSEQ config because of introducing CONFIG_MMC_PWRSEQ for
only eMMC module.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/mach-meson/Kconfig

index 513a33dae2045f08829c8dd2af5c6a4ed1d210a7..6cba2c40ddaaf7e004c2fdcb1dc2d516284c4dba 100644 (file)
@@ -9,6 +9,7 @@ config MESON64_COMMON
        select SYSCON
        select REGMAP
        select PWRSEQ
+       select MMC_PWRSEQ
        select BOARD_LATE_INIT
        imply CMD_DM