.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config IBM_EMAC |
---|
2 | 3 | tristate "IBM EMAC Ethernet support" |
---|
3 | 4 | depends on PPC_DCR |
---|
.. | .. |
---|
27 | 28 | int "RX skb copy threshold (bytes)" |
---|
28 | 29 | depends on IBM_EMAC |
---|
29 | 30 | default "256" |
---|
30 | | - |
---|
31 | | -config IBM_EMAC_RX_SKB_HEADROOM |
---|
32 | | - int "Additional RX skb headroom (bytes)" |
---|
33 | | - depends on IBM_EMAC |
---|
34 | | - default "0" |
---|
35 | | - help |
---|
36 | | - Additional receive skb headroom. Note, that driver |
---|
37 | | - will always reserve at least 2 bytes to make IP header |
---|
38 | | - aligned, so usually there is no need to add any additional |
---|
39 | | - headroom. |
---|
40 | | - |
---|
41 | | - If unsure, set to 0. |
---|
42 | 31 | |
---|
43 | 32 | config IBM_EMAC_DEBUG |
---|
44 | 33 | bool "Debugging" |
---|