]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/config_phylib_all_drivers.h
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / include / config_phylib_all_drivers.h
CommitLineData
9082eeac
AF
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
9082eeac
AF
19#define CONFIG_PHY_BROADCOM
20#define CONFIG_PHY_DAVICOM
21#define CONFIG_PHY_REALTEK
22#define CONFIG_PHY_NATSEMI
23#define CONFIG_PHY_LXT
c27ff9b6 24#define CONFIG_PHY_ATHEROS
d8812bdb 25#define CONFIG_PHY_SMSC
9082eeac
AF
26
27#ifdef CONFIG_PHYLIB_10G
28#define CONFIG_PHY_TERANETICS
29#endif /* CONFIG_PHYLIB_10G */
30
31#endif /* CONFIG_PHYLIB */
32
33#endif /*_CONFIG_PHYLIB_ALL_H */