Use smc91x driver for Atari EtherNAT SMC91C111 ethernet chip.
Change to smc91x.h is necessary to avoid corruption of outgoing
ethernet packet headers (first two bytes end up swapped otherwise).

Signed-off-by: Michael Schmitz <[email protected]>
---
 arch/m68k/Kconfig.devices         |   10 ++++++++++
 drivers/net/ethernet/smsc/Kconfig |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/Kconfig.devices b/arch/m68k/Kconfig.devices
index 4bc945d..d50ecbf 100644
--- a/arch/m68k/Kconfig.devices
+++ b/arch/m68k/Kconfig.devices
@@ -55,6 +55,16 @@ config NFETH
          which will emulate a regular ethernet device while presenting an
          ethertap device to the host system.
 
+config ATARI_ETHERNAT
+       bool "Atari EtherNAT Ethernet support"
+       depends on ATARI
+       ---help---
+         Say Y to include support for the EtherNAT network adapter for the
+         CT/60 extension port.
+
+         To compile the actual ethernet driver, choose Y or M for the SMC91X
+         option in the network device section; the module will be called 
smc91x.
+
 endmenu
 
 menu "Character devices"
diff --git a/drivers/net/ethernet/smsc/Kconfig 
b/drivers/net/ethernet/smsc/Kconfig
index bb1e8f3..d3485cf 100644
--- a/drivers/net/ethernet/smsc/Kconfig
+++ b/drivers/net/ethernet/smsc/Kconfig
@@ -40,7 +40,7 @@ config SMC91X
        select NET_CORE
        select MII
        depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \
-                   MN10300 || COLDFIRE)
+                   MN10300 || COLDFIRE || ATARI_ETHERNAT)
        ---help---
          This is a driver for SMC's 91x series of Ethernet chipsets,
          including the SMC91C94 and the SMC91C111. Say Y if you want it
-- 
1.7.0.4


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to