summaryrefslogtreecommitdiff
path: root/include/configs/innokom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/innokom.h')
-rw-r--r--include/configs/innokom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/innokom.h b/include/configs/innokom.h
index ed03ad32a0..9cb0d42eac 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 */