* Fix CONFIG_NET_MULTI support in include/net.h

* Patches by Kyle Harris, 13 Mar 2003:
  - Add FAT partition support
  - Add command support for FAT
  - Add command support for MMC
  ----
  - Add Intel PXA support for video
  - Add Intel PXA support for MMC
  ----
  - Enable MMC and FAT for lubbock board
  - Other misc changes for lubbock board
This commit is contained in:
wdenk
2003-06-15 22:40:42 +00:00
parent 487778b781
commit 71f9511803
42 changed files with 7032 additions and 2623 deletions

View File

@ -12,12 +12,14 @@
#ifndef __NET_H__
#define __NET_H__
#if !defined(CONFIG_NET_MULTI) && defined(CONFIG_8xx)
#if defined(CONFIG_8xx)
#include <commproc.h>
#if defined(FEC_ENET) || defined(SCC_ENET)
#define CONFIG_NET_MULTI
#endif
#endif
# if !defined(CONFIG_NET_MULTI)
# if defined(FEC_ENET) || defined(SCC_ENET)
# define CONFIG_NET_MULTI
# endif
# endif
#endif /* CONFIG_8xx */
#if !defined(CONFIG_NET_MULTI) && defined(CONFIG_8260)
#include <config.h>