|
@@ -70,11 +70,9 @@
|
|
#endif
|
|
#endif
|
|
|
|
|
|
/* The TSEC driver uses the PHYLIB infrastructure */
|
|
/* The TSEC driver uses the PHYLIB infrastructure */
|
|
-#ifndef CONFIG_PHYLIB
|
|
|
|
-#if defined(CONFIG_TSEC_ENET)
|
|
|
|
|
|
+#if defined(CONFIG_TSEC_ENET) && defined(CONFIG_PHYLIB)
|
|
#include <config_phylib_all_drivers.h>
|
|
#include <config_phylib_all_drivers.h>
|
|
#endif /* TSEC_ENET */
|
|
#endif /* TSEC_ENET */
|
|
-#endif /* !CONFIG_PHYLIB */
|
|
|
|
|
|
|
|
/* The FMAN driver uses the PHYLIB infrastructure */
|
|
/* The FMAN driver uses the PHYLIB infrastructure */
|
|
|
|
|