diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-26 17:32:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-03 08:43:24 -0500 |
commit | 60f3c01596c5af73063d7699a22b0dd3fc3206e7 (patch) | |
tree | a4b56dd8b76d319e576bba03af9ed740a6cb50e9 /configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | |
parent | 1e26f648885719cb6a105ae3562e8d840e75a6b8 (diff) | |
download | u-boot-60f3c01596c5af73063d7699a22b0dd3fc3206e7.tar.gz u-boot-60f3c01596c5af73063d7699a22b0dd3fc3206e7.tar.xz u-boot-60f3c01596c5af73063d7699a22b0dd3fc3206e7.zip |
Convert CONFIG_PHY_CORTINA to Kconfig
This converts the following to Kconfig:
CONFIG_PHY_CORTINA
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls2088ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig index db253d1ce9..c5339e50ba 100644 --- a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig @@ -52,6 +52,7 @@ CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_PHYLIB=y CONFIG_PHY_AQUANTIA=y +CONFIG_PHY_CORTINA=y CONFIG_E1000=y CONFIG_MII=y CONFIG_PCI=y |