diff options
author | Jeremy Gebben <jgebben@sweptlaser.com> | 2018-09-18 15:49:35 -0600 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-10-24 14:45:36 -0500 |
commit | 1c6501088ecab1eaa959aae54a560c3e1970ba4c (patch) | |
tree | 5fe26a255b1727c5c2deba63af0f819c3def576b /include/configs/ls2080ardb.h | |
parent | 9215bb1f37fbeb9dc9c18953040a5170214e9039 (diff) | |
download | u-boot-1c6501088ecab1eaa959aae54a560c3e1970ba4c.tar.gz |
configs: migrate CONFIG_PHY_AQUANTIA to Kconfig
The aquantia driver requires both CONFIG_PHY_GIGE and CONFIG_PHYLIB_10G.
Signed-off-by: Jeremy Gebben <jgebben@sweptlaser.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r-- | include/configs/ls2080ardb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 6641a1bed9..295b824aa0 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -452,8 +452,6 @@ unsigned long get_board_sys_clk(void); /* MAC/PHY configuration */ #ifdef CONFIG_FSL_MC_ENET -#define CONFIG_PHYLIB_10G -#define CONFIG_PHY_AQUANTIA #define CONFIG_PHY_CORTINA #define CONFIG_SYS_CORTINA_FW_IN_NOR #ifdef CONFIG_QSPI_BOOT @@ -474,7 +472,6 @@ unsigned long get_board_sys_clk(void); #define AQR405_IRQ_MASK 0x36 #define CONFIG_ETHPRIME "DPMAC1@xgmii" -#define CONFIG_PHY_AQUANTIA #endif #include <asm/fsl_secure_boot.h> |