Auto-enable SLIP for 8051-based platforms

This commit is contained in:
George Oikonomou 2013-03-23 12:03:10 +00:00 committed by George Oikonomou
parent 0a7094bc39
commit fa166116b7
2 changed files with 8 additions and 0 deletions

View file

@ -62,6 +62,10 @@
#define USB_SERIAL_CONF_BUFFERED 1
#endif
#if defined (UIP_FALLBACK_INTERFACE) || defined (CMD_CONF_OUTPUT)
#define SLIP_ARCH_CONF_ENABLE 1
#endif
/* Are we a SLIP bridge? */
#if SLIP_ARCH_CONF_ENABLE
/* Make sure the UART is enabled, with interrupts */

View file

@ -62,6 +62,10 @@
#define UART_ONE_CONF_HIGH_SPEED 0
#endif
#if defined (UIP_FALLBACK_INTERFACE) || defined (CMD_CONF_OUTPUT)
#define SLIP_ARCH_CONF_ENABLE 1
#endif
/* Are we a SLIP bridge? */
#if SLIP_ARCH_CONF_ENABLE
/* Make sure UART1 is enabled, with interrupts */