diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-23 13:05:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-04 16:18:48 -0400 |
commit | 612f7a61d59cc71daa6296f8c2c7346b8e811caa (patch) | |
tree | b0542bc9d5c046515f92fe12cac42e73f1e311a6 /configs/lx2162aqds_tfa_verified_boot_defconfig | |
parent | 923a855509c6114b044b6358c98f1857f52ab80b (diff) | |
download | u-boot-612f7a61d59cc71daa6296f8c2c7346b8e811caa.tar.gz u-boot-612f7a61d59cc71daa6296f8c2c7346b8e811caa.tar.bz2 u-boot-612f7a61d59cc71daa6296f8c2c7346b8e811caa.zip |
Convert CONFIG_FSL_MEMAC et al to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_MEMAC
CONFIG_SYS_MEMAC_LITTLE_ENDIAN
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/lx2162aqds_tfa_verified_boot_defconfig')
-rw-r--r-- | configs/lx2162aqds_tfa_verified_boot_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/lx2162aqds_tfa_verified_boot_defconfig b/configs/lx2162aqds_tfa_verified_boot_defconfig index b7a4238e92..ee3134e80c 100644 --- a/configs/lx2162aqds_tfa_verified_boot_defconfig +++ b/configs/lx2162aqds_tfa_verified_boot_defconfig @@ -93,6 +93,8 @@ CONFIG_PHY_CORTINA=y CONFIG_SYS_CORTINA_NO_FW_UPLOAD=y CONFIG_PHY_REALTEK=y CONFIG_PHY_VITESSE=y +CONFIG_FSL_MEMAC=y +CONFIG_SYS_MEMAC_LITTLE_ENDIAN=y CONFIG_DM_ETH=y CONFIG_DM_MDIO=y CONFIG_DM_MDIO_MUX=y |