Kconfig (d314774cf2cd5dfeb39a00d37deee65d4c627927) | Kconfig (2f90b8657ec942d1880f720e0177ee71df7c8e3c) |
---|---|
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. --- 180 unchanged lines hidden (view full) --- 189source "net/llc/Kconfig" 190source "net/ipx/Kconfig" 191source "drivers/net/appletalk/Kconfig" 192source "net/x25/Kconfig" 193source "net/lapb/Kconfig" 194source "net/econet/Kconfig" 195source "net/wanrouter/Kconfig" 196source "net/sched/Kconfig" | 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. --- 180 unchanged lines hidden (view full) --- 189source "net/llc/Kconfig" 190source "net/ipx/Kconfig" 191source "drivers/net/appletalk/Kconfig" 192source "net/x25/Kconfig" 193source "net/lapb/Kconfig" 194source "net/econet/Kconfig" 195source "net/wanrouter/Kconfig" 196source "net/sched/Kconfig" |
197source "net/dcb/Kconfig" |
|
197 198menu "Network testing" 199 200config NET_PKTGEN 201 tristate "Packet Generator (USE WITH CAUTION)" 202 depends on PROC_FS 203 ---help--- 204 This module will inject preconfigured packets, at a configurable --- 56 unchanged lines hidden --- | 198 199menu "Network testing" 200 201config NET_PKTGEN 202 tristate "Packet Generator (USE WITH CAUTION)" 203 depends on PROC_FS 204 ---help--- 205 This module will inject preconfigured packets, at a configurable --- 56 unchanged lines hidden --- |