aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-06-18 03:01:26 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-12 15:38:13 -0400
commit7b35f03338a8557122e62ea1a011f1628b978e8d (patch)
tree3dc66cadbfa8f86c43bd19fac73c954f9b762b24 /drivers/net/Kconfig
parentae7668d03c4de78dd0be79278f410a1415786e67 (diff)
bfin_mac: Move the Analog Devices Inc driver
Move the Analog Devices Inc driver into drivers/net/ethernet/adi/ and make the necessary Kconfig and Makefile changes. CC: <uclinux-dist-devel@blackfin.uclinux.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Bob Liu <bob.liu@analog.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig46
1 files changed, 0 insertions, 46 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index fd333803be8c..10c25b5bb2fe 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -252,52 +252,6 @@ config SH_ETH
252 This driver supporting CPUs are: 252 This driver supporting CPUs are:
253 - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757. 253 - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757.
254 254
255config BFIN_MAC
256 tristate "Blackfin on-chip MAC support"
257 depends on NET_ETHERNET && (BF516 || BF518 || BF526 || BF527 || BF536 || BF537)
258 select CRC32
259 select MII
260 select PHYLIB
261 select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
262 help
263 This is the driver for Blackfin on-chip mac device. Say Y if you want it
264 compiled into the kernel. This driver is also available as a module
265 ( = code which can be inserted in and removed from the running kernel
266 whenever you want). The module will be called bfin_mac.
267
268config BFIN_MAC_USE_L1
269 bool "Use L1 memory for rx/tx packets"
270 depends on BFIN_MAC && (BF527 || BF537)
271 default y
272 help
273 To get maximum network performance, you should use L1 memory as rx/tx buffers.
274 Say N here if you want to reserve L1 memory for other uses.
275
276config BFIN_TX_DESC_NUM
277 int "Number of transmit buffer packets"
278 depends on BFIN_MAC
279 range 6 10 if BFIN_MAC_USE_L1
280 range 10 100
281 default "10"
282 help
283 Set the number of buffer packets used in driver.
284
285config BFIN_RX_DESC_NUM
286 int "Number of receive buffer packets"
287 depends on BFIN_MAC
288 range 20 100 if BFIN_MAC_USE_L1
289 range 20 800
290 default "20"
291 help
292 Set the number of buffer packets used in driver.
293
294config BFIN_MAC_USE_HWSTAMP
295 bool "Use IEEE 1588 hwstamp"
296 depends on BFIN_MAC && BF518
297 default y
298 help
299 To support the IEEE 1588 Precision Time Protocol (PTP), select y here
300
301config NET_NETX 255config NET_NETX
302 tristate "NetX Ethernet support" 256 tristate "NetX Ethernet support"
303 select MII 257 select MII