Andy Fleming | 9082eea | 2011-04-07 21:56:05 -0500 | [diff] [blame] | 1 | /* |
| 2 | * Enable all PHYs |
| 3 | * |
| 4 | * This software may be used and distributed according to the |
| 5 | * terms of the GNU Public License, Version 2, incorporated |
| 6 | * herein by reference. |
| 7 | * |
| 8 | * Copyright 2011 Freescale Semiconductor, Inc. |
| 9 | * author Andy Fleming |
| 10 | * |
| 11 | */ |
| 12 | #ifndef _CONFIG_PHYLIB_ALL_H |
| 13 | #define _CONFIG_PHYLIB_ALL_H |
| 14 | |
| 15 | #ifdef CONFIG_PHYLIB |
| 16 | |
| 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 |
Xie Xiaobo | c27ff9b | 2011-11-11 17:19:41 +0800 | [diff] [blame] | 25 | #define CONFIG_PHY_ATHEROS |
Mingkai Hu | d8812bd | 2012-10-12 02:34:15 +0000 | [diff] [blame] | 26 | #define CONFIG_PHY_SMSC |
Andy Fleming | 9082eea | 2011-04-07 21:56:05 -0500 | [diff] [blame] | 27 | |
| 28 | #ifdef CONFIG_PHYLIB_10G |
| 29 | #define CONFIG_PHY_TERANETICS |
| 30 | #endif /* CONFIG_PHYLIB_10G */ |
| 31 | |
| 32 | #endif /* CONFIG_PHYLIB */ |
| 33 | |
| 34 | #endif /*_CONFIG_PHYLIB_ALL_H */ |