aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-07-24 20:45:14 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-13 02:47:28 -0400
commit7191047028471c74808291d35dd0502cf73e4d2a (patch)
treea27ef2c31065af64715e56820ca07b6b33af1a3a /drivers/net/Kconfig
parentd7058a79c56abf58bb33a5c2eee2f7cde6f5ec36 (diff)
netx: Move the netx driver
Move the netx driver into drivers/net/ethernet/ and make the necessary Kconfig and Makefile changes. CC: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 23155cc4a48f..572ddf226f12 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -236,16 +236,6 @@ config SH_ETH
236 This driver supporting CPUs are: 236 This driver supporting CPUs are:
237 - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757. 237 - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757.
238 238
239config NET_NETX
240 tristate "NetX Ethernet support"
241 select MII
242 depends on ARCH_NETX
243 help
244 This is support for the Hilscher netX builtin Ethernet ports
245
246 To compile this driver as a module, choose M here. The module
247 will be called netx-eth.
248
249config NET_PCI 239config NET_PCI
250 bool "EISA, VLB, PCI and on board controllers" 240 bool "EISA, VLB, PCI and on board controllers"
251 depends on ISA || EISA || PCI 241 depends on ISA || EISA || PCI