diff options
Diffstat (limited to '')
-rw-r--r-- | net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 4adc47d0c9..f0a8692496 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -60,6 +60,9 @@ config NET_XGRESS config NET_REDIRECT bool +config SKB_DECRYPTED + bool + config SKB_EXTENSIONS bool @@ -331,6 +334,7 @@ config NET_RX_BUSY_POLL config BQL bool + prompt "Enable Byte Queue Limits" depends on SYSFS select DQL default y @@ -448,6 +452,9 @@ config GRO_CELLS config SOCK_VALIDATE_XMIT bool +config NET_IEEE8021Q_HELPERS + bool + config NET_SELFTESTS def_tristate PHYLIB depends on PHYLIB && INET |