mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
board: amlogic: select PWRSEQ for all amlogic platform
commit a10388dc69
("mmc: meson-gx: add support for mmc-pwrseq-emmc")
introduce CONFIG_PWRSEQ for power sequence for eMMC module on
amlogic platform, so enable this to all amlogic boards.
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
920c0d4523
commit
262d343633
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ config MESON64_COMMON
|
|||
select DM_SERIAL
|
||||
select SYSCON
|
||||
select REGMAP
|
||||
select PWRSEQ
|
||||
select BOARD_LATE_INIT
|
||||
imply CMD_DM
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue