Kconfig (ca31fef11dc83e672415d5925a134749761329bd) | Kconfig (bc49d8169aa72295104f1558830c568efb946315) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Network configuration 4# 5 6menuconfig NET 7 bool "Networking support" 8 select NLATTR --- 349 unchanged lines hidden (view full) --- 358endmenu 359 360source "net/ax25/Kconfig" 361source "net/can/Kconfig" 362source "net/bluetooth/Kconfig" 363source "net/rxrpc/Kconfig" 364source "net/kcm/Kconfig" 365source "net/strparser/Kconfig" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Network configuration 4# 5 6menuconfig NET 7 bool "Networking support" 8 select NLATTR --- 349 unchanged lines hidden (view full) --- 358endmenu 359 360source "net/ax25/Kconfig" 361source "net/can/Kconfig" 362source "net/bluetooth/Kconfig" 363source "net/rxrpc/Kconfig" 364source "net/kcm/Kconfig" 365source "net/strparser/Kconfig" |
366source "net/mctp/Kconfig" |
|
366 367config FIB_RULES 368 bool 369 370menuconfig WIRELESS 371 bool "Wireless" 372 depends on !S390 373 default y --- 84 unchanged lines hidden --- | 367 368config FIB_RULES 369 bool 370 371menuconfig WIRELESS 372 bool "Wireless" 373 depends on !S390 374 default y --- 84 unchanged lines hidden --- |