4 * This software may be used and distributed according to the
5 * terms of the GNU Public License, Version 2, incorporated
8 * Copyright 2011 Freescale Semiconductor, Inc.
12 #ifndef _CONFIG_PHYLIB_ALL_H
13 #define _CONFIG_PHYLIB_ALL_H
17 #define CONFIG_PHY_VITESSE
18 #define CONFIG_PHY_MARVELL
19 #define CONFIG_PHY_MICREL
20 #define CONFIG_PHY_BROADCOM
21 #define CONFIG_PHY_DAVICOM
22 #define CONFIG_PHY_REALTEK
23 #define CONFIG_PHY_NATSEMI
24 #define CONFIG_PHY_LXT
25 #define CONFIG_PHY_ATHEROS
26 #define CONFIG_PHY_SMSC
28 #ifdef CONFIG_PHYLIB_10G
29 #define CONFIG_PHY_TERANETICS
30 #endif /* CONFIG_PHYLIB_10G */
32 #endif /* CONFIG_PHYLIB */
34 #endif /*_CONFIG_PHYLIB_ALL_H */