Kconfig 1.1 KB
Newer Older
J
Jeff Kirsher 已提交
1
config IBM_EMAC
D
David Gibson 已提交
2
	tristate "IBM EMAC Ethernet support"
3
	depends on PPC_DCR
4
	select CRC32
5
	select PHYLIB
D
David Gibson 已提交
6 7 8 9 10
	help
	  This driver supports the IBM EMAC family of Ethernet controllers
	  typically found on 4xx embedded PowerPC chips, but also on the
	  Axon southbridge for Cell.

J
Jeff Kirsher 已提交
11
config IBM_EMAC_RXB
D
David Gibson 已提交
12
	int "Number of receive buffers"
J
Jeff Kirsher 已提交
13
	depends on IBM_EMAC
D
David Gibson 已提交
14 15
	default "128"

J
Jeff Kirsher 已提交
16
config IBM_EMAC_TXB
D
David Gibson 已提交
17
	int "Number of transmit buffers"
J
Jeff Kirsher 已提交
18
	depends on IBM_EMAC
D
David Gibson 已提交
19 20
	default "64"

J
Jeff Kirsher 已提交
21
config IBM_EMAC_POLL_WEIGHT
D
David Gibson 已提交
22
	int "MAL NAPI polling weight"
J
Jeff Kirsher 已提交
23
	depends on IBM_EMAC
D
David Gibson 已提交
24 25
	default "32"

J
Jeff Kirsher 已提交
26
config IBM_EMAC_RX_COPY_THRESHOLD
D
David Gibson 已提交
27
	int "RX skb copy threshold (bytes)"
J
Jeff Kirsher 已提交
28
	depends on IBM_EMAC
D
David Gibson 已提交
29 30
	default "256"

J
Jeff Kirsher 已提交
31
config IBM_EMAC_DEBUG
D
David Gibson 已提交
32
	bool "Debugging"
J
Jeff Kirsher 已提交
33
	depends on IBM_EMAC
D
David Gibson 已提交
34 35 36 37 38
	default n

# The options below has to be select'ed by the respective
# processor types or platforms

J
Jeff Kirsher 已提交
39
config IBM_EMAC_ZMII
D
David Gibson 已提交
40 41 42
	bool
	default n

J
Jeff Kirsher 已提交
43
config IBM_EMAC_RGMII
D
David Gibson 已提交
44 45 46
	bool
	default n

J
Jeff Kirsher 已提交
47
config IBM_EMAC_TAH
D
David Gibson 已提交
48 49 50
	bool
	default n

J
Jeff Kirsher 已提交
51
config IBM_EMAC_EMAC4
D
David Gibson 已提交
52 53
	bool
	default n
54

J
Jeff Kirsher 已提交
55
config IBM_EMAC_NO_FLOW_CTRL
56 57
	bool
	default n
58

J
Jeff Kirsher 已提交
59
config IBM_EMAC_MAL_CLR_ICINTSTAT
60 61 62
	bool
	default n

J
Jeff Kirsher 已提交
63
config IBM_EMAC_MAL_COMMON_ERR
64 65
	bool
	default n