summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/net')
-rw-r--r--nuttx/drivers/net/dm90x0.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/nuttx/drivers/net/dm90x0.c b/nuttx/drivers/net/dm90x0.c
index ac7e2126d..5a8675bee 100644
--- a/nuttx/drivers/net/dm90x0.c
+++ b/nuttx/drivers/net/dm90x0.c
@@ -52,25 +52,10 @@
#define CONFIG_DEBUG_VERBOSE 1
/* Only one hardware interface supported */
+
#undef CONFIG_DM9X_NINTERFACES
#define CONFIG_DM9X_NINTERFACES 1
-#warning "The following belong in the config file"
-#define CONFIG_DM9X_STATS 1
-
-/* CS4 is used for DM9000A Ethernet. Interrupt is provided via GIO6
- * which must be configured to interrupt on the rising edge. Bus
- * width is 16-bits.
- */
-
-#define CONFIG_DM9X_BASE 0x60000300
-#define CONFIG_DM9X_IRQ 27
-#undef CONFIG_DM9X_BUSWIDTH8
-#define CONFIG_DM9X_BUSWIDTH16 1
-#undef CONFIG_DM9X_BUSWIDTH32
-#undef CONFIG_DM9X_CHECKSUM
-#undef CONFIG_DM9X_ETRANS
-
#include <time.h>
#include <string.h>
#include <debug.h>