aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-03-09 16:35:21 +0100
committerArnd Bergmann <arnd@arndb.de>2018-03-26 15:56:26 +0200
commitd98983fbf27fbfc2210a1b9411aed84bf2004d0a (patch)
treee0fe8fd4c0ba1c18683b65cc6eef1e216a04e150 /drivers/net/ethernet/smsc/Kconfig
parentnet: remove cris etrax ethernet driver (diff)
downloadlinux-dev-d98983fbf27fbfc2210a1b9411aed84bf2004d0a.tar.xz
linux-dev-d98983fbf27fbfc2210a1b9411aed84bf2004d0a.zip
net: smsc: remove m32r/mn10300 specific smc91x configuration
The m32r and mn10300 architectures are getting removed, so this part can be cleaned up as well. Acked-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/net/ethernet/smsc/Kconfig')
-rw-r--r--drivers/net/ethernet/smsc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/smsc/Kconfig b/drivers/net/ethernet/smsc/Kconfig
index 3da0c573d2ab..358820282ef0 100644
--- a/drivers/net/ethernet/smsc/Kconfig
+++ b/drivers/net/ethernet/smsc/Kconfig
@@ -38,7 +38,7 @@ config SMC91X
select MII
depends on !OF || GPIOLIB
depends on ARM || ARM64 || ATARI_ETHERNAT || COLDFIRE || \
- M32R || MIPS || NIOS2 || SUPERH || XTENSA || H8300
+ MIPS || NIOS2 || SUPERH || XTENSA || H8300
---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