diff options
author | Nishanth Menon <nm@ti.com> | 2009-10-16 00:06:37 -0500 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-12-13 21:31:26 -0800 |
commit | ac6b362a2598b8cd27beb071fa6224cf8b121e1b (patch) | |
tree | 0ad76bba6a3c44c1778a261ac570918400497ae4 /include/configs/pleb2.h | |
parent | a1725999b8b7527971183122cdfb54e2f87f61ae (diff) |
LAN91C96: Enable NET_MULTI LAN driver
This modification is NOT tested on any of the
platforms modified as I dont have them. please
help by testing+building+fixing
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs/pleb2.h')
-rw-r--r-- | include/configs/pleb2.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/pleb2.h b/include/configs/pleb2.h index 635ef71bc92..9e694118c5d 100644 --- a/include/configs/pleb2.h +++ b/include/configs/pleb2.h @@ -56,8 +56,10 @@ */ /* None - PLEB 2 doesn't have any of this. - #define CONFIG_DRIVER_LAN91C96 - #define CONFIG_LAN91C96_BASE 0x0C000000 */ + #define CONFIG_NET_MULTI + #define CONFIG_LAN91C96 + #define CONFIG_LAN91C96_BASE 0x0C000000 + */ /* * select serial console configuration |