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/T208xQDS.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/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 286db0204d..833a0608bf 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -630,7 +630,6 @@ unsigned long get_board_ddr_clk(void); #ifdef CONFIG_SYS_DPAA_FMAN #define CONFIG_FMAN_ENET -#define CONFIG_PHYLIB_10G #define CONFIG_PHY_VITESSE #define CONFIG_PHY_REALTEK #define CONFIG_PHY_TERANETICS |