Kconfig (b88132ceb3faccdd785809df75f9d490ebaab459) | Kconfig (04e65df94b3112a1b319b6deb5bab83fd740bc7d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Network configuration 4# 5 6menuconfig NET 7 bool "Networking support" 8 select NLATTR --- 58 unchanged lines hidden (view full) --- 67 bool 68 69config NET_DEVMEM 70 def_bool y 71 depends on DMA_SHARED_BUFFER 72 depends on GENERIC_ALLOCATOR 73 depends on PAGE_POOL 74 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Network configuration 4# 5 6menuconfig NET 7 bool "Networking support" 8 select NLATTR --- 58 unchanged lines hidden (view full) --- 67 bool 68 69config NET_DEVMEM 70 def_bool y 71 depends on DMA_SHARED_BUFFER 72 depends on GENERIC_ALLOCATOR 73 depends on PAGE_POOL 74 |
75config NET_SHAPER 76 bool 77 |
|
75menu "Networking options" 76 77source "net/packet/Kconfig" 78source "net/unix/Kconfig" 79source "net/tls/Kconfig" 80source "net/xfrm/Kconfig" 81source "net/iucv/Kconfig" 82source "net/smc/Kconfig" --- 456 unchanged lines hidden --- | 78menu "Networking options" 79 80source "net/packet/Kconfig" 81source "net/unix/Kconfig" 82source "net/tls/Kconfig" 83source "net/xfrm/Kconfig" 84source "net/iucv/Kconfig" 85source "net/smc/Kconfig" --- 456 unchanged lines hidden --- |