diff options
Diffstat (limited to 'include/configs/lart.h')
| -rw-r--r-- | include/configs/lart.h | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/include/configs/lart.h b/include/configs/lart.h index 5d6d46042..2d3b369aa 100644 --- a/include/configs/lart.h +++ b/include/configs/lart.h @@ -47,9 +47,10 @@  /*   * Hardware drivers   */ -#define CONFIG_DRIVER_CS8900	1	/* we have a CS8900 on-board */ -#define CS8900_BASE		0x20008300 -#define CS8900_BUS16		1 +#define CONFIG_NET_MULTI +#define CONFIG_CS8900		/* we have a CS8900 on-board */ +#define CONFIG_CS8900_BASE	0x20008300 +#define CONFIG_CS8900_BUS16  /*   * select serial console configuration |