diff options
Diffstat (limited to 'include/configs/innokom.h')
| -rw-r--r-- | include/configs/innokom.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/configs/innokom.h b/include/configs/innokom.h index ed03ad32a..9cb0d42ea 100644 --- a/include/configs/innokom.h +++ b/include/configs/innokom.h @@ -157,7 +157,8 @@  /*   * SMSC91C111 Network Card   */ -#define CONFIG_DRIVER_SMC91111		1 +#define CONFIG_NET_MULTI +#define CONFIG_SMC91111		1  #define CONFIG_SMC91111_BASE		0x14000000 /* chip select 5         */  #undef  CONFIG_SMC_USE_32_BIT		           /* 16 bit bus access     */  #undef  CONFIG_SMC_91111_EXT_PHY		   /* we use internal phy   */ |