|
@@ -250,16 +250,19 @@
|
|
|
|
|
|
/* FMan */
|
|
|
#ifndef SPL_NO_FMAN
|
|
|
-#ifdef CONFIG_SYS_DPAA_FMAN
|
|
|
-#define CONFIG_FMAN_ENET
|
|
|
+#define AQR105_IRQ_MASK 0x40000000
|
|
|
+
|
|
|
+#ifdef CONFIG_NET
|
|
|
#define CONFIG_PHYLIB
|
|
|
-#define CONFIG_PHYLIB_10G
|
|
|
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
|
|
|
-
|
|
|
#define CONFIG_PHY_VITESSE
|
|
|
#define CONFIG_PHY_REALTEK
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifdef CONFIG_SYS_DPAA_FMAN
|
|
|
+#define CONFIG_FMAN_ENET
|
|
|
+#define CONFIG_PHYLIB_10G
|
|
|
#define CONFIG_PHY_AQUANTIA
|
|
|
-#define AQR105_IRQ_MASK 0x40000000
|
|
|
|
|
|
#define RGMII_PHY1_ADDR 0x1
|
|
|
#define RGMII_PHY2_ADDR 0x2
|