Kconfig (ebf8889bd1fe3615991ff4494635d237280652a2) Kconfig (0d66548a10cbbe0ef256852d63d30603f0f73f9b)
1#
2# Network configuration
3#
4
5menu "Networking"
6
7config NET
8 bool "Networking support"

--- 204 unchanged lines hidden (view full) ---

213 To compile this code as a module, choose M here: the
214 module will be called tcp_probe.
215
216endmenu
217
218endmenu
219
220source "net/ax25/Kconfig"
1#
2# Network configuration
3#
4
5menu "Networking"
6
7config NET
8 bool "Networking support"

--- 204 unchanged lines hidden (view full) ---

213 To compile this code as a module, choose M here: the
214 module will be called tcp_probe.
215
216endmenu
217
218endmenu
219
220source "net/ax25/Kconfig"
221source "net/can/Kconfig"
221source "net/irda/Kconfig"
222source "net/bluetooth/Kconfig"
223source "net/rxrpc/Kconfig"
224
225config FIB_RULES
226 bool
227
228menu "Wireless"

--- 14 unchanged lines hidden ---
222source "net/irda/Kconfig"
223source "net/bluetooth/Kconfig"
224source "net/rxrpc/Kconfig"
225
226config FIB_RULES
227 bool
228
229menu "Wireless"

--- 14 unchanged lines hidden ---