diff options
Diffstat (limited to 'include/configs/smdk2400.h')
| -rw-r--r-- | include/configs/smdk2400.h | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/include/configs/smdk2400.h b/include/configs/smdk2400.h index b712db44f..c23417776 100644 --- a/include/configs/smdk2400.h +++ b/include/configs/smdk2400.h @@ -56,9 +56,10 @@  /*   * Hardware drivers   */ -#define CONFIG_DRIVER_CS8900	1	/* we have a CS8900 on-board */ -#define CS8900_BASE		0x07000300 /* agrees with WIN CE PA */ -#define CS8900_BUS16		1 /* the Linux driver does accesses as shorts */ +#define CONFIG_NET_MULTI +#define CONFIG_CS8900		/* we have a CS8900 on-board */ +#define CONFIG_CS8900_BASE	0x07000300 /* agrees with WIN CE PA */ +#define CONFIG_CS8900_BUS16	/* the Linux driver does accesses as shorts */  /*   * select serial console configuration |