diff options
author | Fabio Estevam | 2020-01-29 13:58:03 -0300 |
---|---|---|
committer | Stefano Babic | 2020-02-09 14:52:39 +0100 |
commit | 19ba4808c149e7bb0780b10d489c2b53c01334ea (patch) | |
tree | ef64ae4ef4d8941f3fee1e07184cb2cb69a29c05 /configs | |
parent | c0a179a7a57a6cad939b5bfc499367989d8f67a3 (diff) |
mx6ul_14x14_evk: Move CONFIG_DM_74X164 to defconfig
The CONFIG_DM_74X164 symbols should be moved to the defconfig file,
as indicated in the comments.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ul_14x14_evk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6ul_14x14_evk_defconfig b/configs/mx6ul_14x14_evk_defconfig index 60484e24f63..53ff67c2bd5 100644 --- a/configs/mx6ul_14x14_evk_defconfig +++ b/configs/mx6ul_14x14_evk_defconfig @@ -44,6 +44,7 @@ CONFIG_DEFAULT_DEVICE_TREE="imx6ul-14x14-evk" CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y +CONFIG_DM_74X164=y CONFIG_DM_I2C=y CONFIG_DM_MMC=y CONFIG_FSL_USDHC=y |