diff options
author | Jaehoon Chung | 2021-02-16 10:16:55 +0900 |
---|---|---|
committer | Peng Fan | 2021-02-19 15:11:21 +0800 |
commit | ba74bc1a0e4c34fadd5794d03e5c733baccb85f0 (patch) | |
tree | 37e424c9dc4775e07cb2e4b0a8194dfc55a89da1 /arch/arm/mach-meson | |
parent | 9d7e6611a0a66d2f922e526859289c9b7f54646f (diff) |
ARM: mach-meson: select MMC_PWRSEQ config
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>
Diffstat (limited to 'arch/arm/mach-meson')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 513a33dae20..6cba2c40dda 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -9,6 +9,7 @@ config MESON64_COMMON select SYSCON select REGMAP select PWRSEQ + select MMC_PWRSEQ select BOARD_LATE_INIT imply CMD_DM |