summaryrefslogtreecommitdiff
path: root/include/configs/trab.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-08-25 23:03:22 +0200
committerWolfgang Denk <wd@denx.de>2009-08-25 23:03:22 +0200
commitd3870bd2d832ea2048b7cb2bbb9d642585b137cf (patch)
tree73051933cff1366b6ec7ce2da6bcd049875a0905 /include/configs/trab.h
parent68ccfa482be0c7e4aa18285aceb214ed7f5d8e89 (diff)
parent0d071cdd782e917b43e04869843df31670231ffd (diff)
downloadu-boot-imx-d3870bd2d832ea2048b7cb2bbb9d642585b137cf.zip
u-boot-imx-d3870bd2d832ea2048b7cb2bbb9d642585b137cf.tar.gz
u-boot-imx-d3870bd2d832ea2048b7cb2bbb9d642585b137cf.tar.bz2
Merge branch 'next' of git://git.denx.de/u-boot-net into next
Diffstat (limited to 'include/configs/trab.h')
-rw-r--r--include/configs/trab.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/trab.h b/include/configs/trab.h
index 7687ee6..43c191b 100644
--- a/include/configs/trab.h
+++ b/include/configs/trab.h
@@ -99,9 +99,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 */
#define CONFIG_DRIVER_S3C24X0_I2C 1 /* we use the buildin I2C controller */