diff options
author | Alex Marginean <alexandru.marginean@nxp.com> | 2021-01-25 14:23:57 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-16 12:38:36 -0500 |
commit | d003434525767145d152b54573ef8e030b63a6fe (patch) | |
tree | e084452c2b7e9f2d0ede789aa840e9e3ae2338ed /configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | |
parent | cc32fd911aa904454d4cec003d59845cf1cc1631 (diff) | |
download | u-boot-d003434525767145d152b54573ef8e030b63a6fe.tar.gz u-boot-d003434525767145d152b54573ef8e030b63a6fe.tar.bz2 u-boot-d003434525767145d152b54573ef8e030b63a6fe.zip |
configs: ls1028a: Enable the Ethernet switch driver in defconfig
The switch driver for LS1028A Ethernet switch is now compiled in for
the NXP LS1028A reference design boards and for the Kontron SMARC-sAL28.
Signed-off-by: Alex Marginean <alexandru.marginean@nxp.com>
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Acked-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'configs/ls1028ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig index 240e4204ae..45d9f40043 100644 --- a/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig @@ -59,6 +59,9 @@ CONFIG_DM_MDIO=y CONFIG_PHY_GIGE=y CONFIG_E1000=y CONFIG_FSL_ENETC=y +CONFIG_PHY_FIXED=y +CONFIG_DM_DSA=y +CONFIG_MSCC_FELIX_SWITCH=y CONFIG_NVME=y CONFIG_PCI=y CONFIG_DM_PCI=y |