diff options
Diffstat (limited to 'include/configs/cm-bf561.h')
-rw-r--r-- | include/configs/cm-bf561.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/cm-bf561.h b/include/configs/cm-bf561.h index 59dc8d2..4a77435 100644 --- a/include/configs/cm-bf561.h +++ b/include/configs/cm-bf561.h @@ -61,7 +61,8 @@ */ #define ADI_CMDS_NETWORK 1 /* The next 2 lines are for use with DEV-BF5xx */ -#define CONFIG_DRIVER_SMC91111 1 +#define CONFIG_NET_MULTI +#define CONFIG_SMC91111 1 #define CONFIG_SMC91111_BASE 0x28000300 /* The next 3 lines are for use with EXT-BF5xx-USB-ETH2 */ /* #define CONFIG_DRIVER_SMC911X 1 */ |