diff options
Diffstat (limited to 'include/configs/at91rm9200dk.h')
| -rw-r--r-- | include/configs/at91rm9200dk.h | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/include/configs/at91rm9200dk.h b/include/configs/at91rm9200dk.h index 590c69a19..5de70cb4d 100644 --- a/include/configs/at91rm9200dk.h +++ b/include/configs/at91rm9200dk.h @@ -122,7 +122,14 @@  #define CONFIG_SYS_MEMTEST_START		PHYS_SDRAM  #define CONFIG_SYS_MEMTEST_END			CONFIG_SYS_MEMTEST_START + PHYS_SDRAM_SIZE - 262144 -#define CONFIG_DRIVER_ETHER +#define CONFIG_NET_MULTI		1 +#ifdef CONFIG_NET_MULTI +#define CONFIG_DRIVER_AT91EMAC		1 +#define CONFIG_SYS_RX_ETH_BUFFER	8 +#else +#define CONFIG_DRIVER_ETHER		1 +#endif +  #define CONFIG_NET_RETRY_COUNT		20  #define CONFIG_AT91C_USE_RMII |