]> Git Repo - J-u-boot.git/commitdiff
board: amlogic: select PWRSEQ for all amlogic platform
authorAnand Moon <[email protected]>
Thu, 26 Dec 2019 11:33:53 +0000 (11:33 +0000)
committerNeil Armstrong <[email protected]>
Tue, 7 Jan 2020 13:50:41 +0000 (14:50 +0100)
commit a10388dc6982 ("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 <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
arch/arm/mach-meson/Kconfig

index e29e4c0acc06d0d843de16989a5ff80fe41d2f82..513a33dae2045f08829c8dd2af5c6a4ed1d210a7 100644 (file)
@@ -8,6 +8,7 @@ config MESON64_COMMON
        select DM_SERIAL
        select SYSCON
        select REGMAP
+       select PWRSEQ
        select BOARD_LATE_INIT
        imply CMD_DM
 
This page took 0.035596 seconds and 4 git commands to generate.