Skip to content

Commit

Permalink
net/smc9194: Remove bogus CONFIG_MAC reference
Browse files Browse the repository at this point in the history
AFAIK the only version of smc9194.c with Mac support is the one in the
linux-mac68k CVS repo, which never made it to the mainline.

Despite that, from v2.3.45, arch/m68k/config.in listed CONFIG_SMC9194
under CONFIG_MAC. This mistake got carried over into Kconfig in v2.5.55.
(See pre-git era "[PATCH] add m68k dependencies to net driver config".)

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Finn Thain authored and David S. Miller committed Feb 22, 2018
1 parent 1fe4b11 commit 83090e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/smsc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if NET_VENDOR_SMSC

config SMC9194
tristate "SMC 9194 support"
depends on (ISA || MAC && BROKEN)
depends on ISA
select CRC32
---help---
This is support for the SMC9xxx based Ethernet cards. Choose this
Expand Down

0 comments on commit 83090e7

Please sign in to comment.