diff options
Diffstat (limited to 'roms/u-boot/include/config_phylib_all_drivers.h')
-rw-r--r-- | roms/u-boot/include/config_phylib_all_drivers.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/include/config_phylib_all_drivers.h b/roms/u-boot/include/config_phylib_all_drivers.h new file mode 100644 index 000000000..8e587bc7e --- /dev/null +++ b/roms/u-boot/include/config_phylib_all_drivers.h @@ -0,0 +1,15 @@ +/* + * Enable all PHYs + * + * This software may be used and distributed according to the + * terms of the GNU Public License, Version 2, incorporated + * herein by reference. + * + * Copyright 2011 Freescale Semiconductor, Inc. + * author Andy Fleming + * + */ +#ifndef _CONFIG_PHYLIB_ALL_H +#define _CONFIG_PHYLIB_ALL_H + +#endif /*_CONFIG_PHYLIB_ALL_H */ |