diff options
Diffstat (limited to 'include/configs/walnut.h')
-rw-r--r-- | include/configs/walnut.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/walnut.h b/include/configs/walnut.h index d33956d..6dbce57 100644 --- a/include/configs/walnut.h +++ b/include/configs/walnut.h @@ -163,6 +163,9 @@ #define CFG_RX_ETH_BUFFER 16 /* use 16 rx buffer on 405 emac */ +#define CONFIG_NETCONSOLE /* include NetConsole support */ +#define CONFIG_NET_MULTI /* needed for NetConsole */ + /*----------------------------------------------------------------------- * I2C stuff *----------------------------------------------------------------------- |