hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/ethernet/ibm/emac/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config IBM_EMAC
23 tristate "IBM EMAC Ethernet support"
34 depends on PPC_DCR
....@@ -27,18 +28,6 @@
2728 int "RX skb copy threshold (bytes)"
2829 depends on IBM_EMAC
2930 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.
4231
4332 config IBM_EMAC_DEBUG
4433 bool "Debugging"