Kconfig (59458f40e25915a355d8b1d701425fe9f4f9ea23) | Kconfig (38c94377a36f70e86665231c9f477e445c806618) |
---|---|
1# 2# Network configuration 3# 4 5menu "Networking" 6 7config NET 8 bool "Networking support" --- 49 unchanged lines hidden (view full) --- 58 /proc/sys/net/ipv4/*; the options are explained in the file 59 <file:Documentation/networking/ip-sysctl.txt>. 60 61 Short answer: say Y. 62 63if INET 64source "net/ipv4/Kconfig" 65source "net/ipv6/Kconfig" | 1# 2# Network configuration 3# 4 5menu "Networking" 6 7config NET 8 bool "Networking support" --- 49 unchanged lines hidden (view full) --- 58 /proc/sys/net/ipv4/*; the options are explained in the file 59 <file:Documentation/networking/ip-sysctl.txt>. 60 61 Short answer: say Y. 62 63if INET 64source "net/ipv4/Kconfig" 65source "net/ipv6/Kconfig" |
66source "net/netlabel/Kconfig" |
|
66 67endif # if INET 68 69config NETWORK_SECMARK 70 bool "Security Marking" 71 help 72 This enables security marking of network packets, similar 73 to nfmark, but designated for security purposes. --- 170 unchanged lines hidden (view full) --- 244source "net/ax25/Kconfig" 245source "net/irda/Kconfig" 246source "net/bluetooth/Kconfig" 247source "net/ieee80211/Kconfig" 248 249config WIRELESS_EXT 250 bool 251 | 67 68endif # if INET 69 70config NETWORK_SECMARK 71 bool "Security Marking" 72 help 73 This enables security marking of network packets, similar 74 to nfmark, but designated for security purposes. --- 170 unchanged lines hidden (view full) --- 245source "net/ax25/Kconfig" 246source "net/irda/Kconfig" 247source "net/bluetooth/Kconfig" 248source "net/ieee80211/Kconfig" 249 250config WIRELESS_EXT 251 bool 252 |
252source "net/netlabel/Kconfig" 253 | |
254config FIB_RULES 255 bool 256 257endif # if NET 258endmenu # Networking 259 | 253config FIB_RULES 254 bool 255 256endif # if NET 257endmenu # Networking 258 |