diff options
| author | Wolfgang Denk <wd@denx.de> | 2011-04-20 23:01:52 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-04-20 23:01:52 +0200 |
| commit | aef293bc85dad4f8d645e46d723606a747236a60 (patch) | |
| tree | b18d3f3bb2dfafc6116a7f079fc0e7411936f78a /arch/powerpc/include/asm/config.h | |
| parent | 9dd5dad88777a7c6a63f8c103706b57364a135f4 (diff) | |
| parent | 995daa0b81f35c93a1d14e5c6a932bc304d06718 (diff) | |
| download | olio-uboot-2014.01-aef293bc85dad4f8d645e46d723606a747236a60.tar.xz olio-uboot-2014.01-aef293bc85dad4f8d645e46d723606a747236a60.zip | |
Merge branch 'phylib' of git://git.denx.de/u-boot-mmc
Diffstat (limited to 'arch/powerpc/include/asm/config.h')
| -rw-r--r-- | arch/powerpc/include/asm/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index 536f14233..624d8c2cc 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -80,6 +80,15 @@ #endif #endif +/* The TSEC driver uses the PHYLIB infrastructure */ +#ifndef CONFIG_PHYLIB +#if defined(CONFIG_TSEC_ENET) +#define CONFIG_PHYLIB + +#include <config_phylib_all_drivers.h> +#endif /* TSEC_ENET */ +#endif /* !CONFIG_PHYLIB */ + /* All PPC boards must swap IDE bytes */ #define CONFIG_IDE_SWAP_IO |