Skip to content

Commit

Permalink
m68knommu: remove last use of CONFIG_FADS and CONFIG_RPXCLASSIC
Browse files Browse the repository at this point in the history
They have never been used in this port of the driver. It is has only
ever been used on the ColdFire SoC ethernet core.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Greg Ungerer committed Jul 23, 2008
1 parent c1863be commit 87f4abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define FEC_MAX_PORTS 1
#endif

#if defined(CONFIG_FADS) || defined(CONFIG_RPXCLASSIC) || defined(CONFIG_M5272)
#if defined(CONFIG_M5272)
#define HAVE_mii_link_interrupt
#endif

Expand Down

0 comments on commit 87f4abb

Please sign in to comment.