Kconfig (e21e696edb498c7f7eed42ba3096f6bbe13927b6) | Kconfig (d314774cf2cd5dfeb39a00d37deee65d4c627927) |
---|---|
1# 2# Network configuration 3# 4 5menuconfig NET 6 bool "Networking support" 7 ---help--- 8 Unless you really know what you are doing, you should say Y here. --- 13 unchanged lines hidden (view full) --- 22 23if NET 24 25menu "Networking options" 26 27config NET_NS 28 bool "Network namespace support" 29 default n | 1# 2# Network configuration 3# 4 5menuconfig NET 6 bool "Networking support" 7 ---help--- 8 Unless you really know what you are doing, you should say Y here. --- 13 unchanged lines hidden (view full) --- 22 23if NET 24 25menu "Networking options" 26 27config NET_NS 28 bool "Network namespace support" 29 default n |
30 depends on EXPERIMENTAL && !SYSFS && NAMESPACES | 30 depends on EXPERIMENTAL && NAMESPACES |
31 help 32 Allow user space to create what appear to be multiple instances 33 of the network stack. 34 | 31 help 32 Allow user space to create what appear to be multiple instances 33 of the network stack. 34 |
35config COMPAT_NET_DEV_OPS 36 def_bool y 37 |
|
35source "net/packet/Kconfig" 36source "net/unix/Kconfig" 37source "net/xfrm/Kconfig" 38source "net/iucv/Kconfig" 39 40config INET 41 bool "TCP/IP networking" 42 ---help--- --- 215 unchanged lines hidden --- | 38source "net/packet/Kconfig" 39source "net/unix/Kconfig" 40source "net/xfrm/Kconfig" 41source "net/iucv/Kconfig" 42 43config INET 44 bool "TCP/IP networking" 45 ---help--- --- 215 unchanged lines hidden --- |