diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2021-02-16 10:16:56 +0900 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2021-02-19 15:11:33 +0800 |
commit | 144d0574d5f3652008ef400e86cc66db5ef88736 (patch) | |
tree | 2fe3ed2cd66e9f3ad7a587d19e236f3cc5f66fad /configs/chromebook_bob_defconfig | |
parent | ba74bc1a0e4c34fadd5794d03e5c733baccb85f0 (diff) | |
download | u-boot-144d0574d5f3652008ef400e86cc66db5ef88736.tar.gz |
configs: enable CONFIG_MMC_PWRSEQ configuration
Enable CONFIG_MMC_PWRSEQ configuration about boards that is using
rockchip_dw_mmc driver.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'configs/chromebook_bob_defconfig')
-rw-r--r-- | configs/chromebook_bob_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_bob_defconfig b/configs/chromebook_bob_defconfig index 73635f0d13..a846b6470f 100644 --- a/configs/chromebook_bob_defconfig +++ b/configs/chromebook_bob_defconfig @@ -55,6 +55,7 @@ CONFIG_CROS_EC_KEYB=y CONFIG_CROS_EC=y CONFIG_CROS_EC_SPI=y CONFIG_PWRSEQ=y +CONFIG_MMC_PWRSEQ=y CONFIG_MMC_DW=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_MMC_SDHCI=y |