projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d7e661
)
ARM: mach-meson: select MMC_PWRSEQ config
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 16 Feb 2021 01:16:55 +0000
(10:16 +0900)
committer
Peng 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-meson/Kconfig
b/arch/arm/mach-meson/Kconfig
index 513a33dae2045f08829c8dd2af5c6a4ed1d210a7..6cba2c40ddaaf7e004c2fdcb1dc2d516284c4dba 100644
(file)
--- 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