Kconfig (7ebdfaa52d15b947503f76474477f92854796d96) Kconfig (83fe27ea531161a655f02dc7732d14cfaa27fd5d)
1#
2# Network device configuration
3#
4
5menuconfig NETDEVICES
6 default y if UML
7 depends on NET
8 bool "Network device support"

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

192 help
193 This option enables the ability to dynamically reconfigure target
194 parameters (interface, IP addresses, port numbers, MAC addresses)
195 at runtime through a userspace interface exported using configfs.
196 See <file:Documentation/networking/netconsole.txt> for details.
197
198config NETPOLL
199 def_bool NETCONSOLE
1#
2# Network device configuration
3#
4
5menuconfig NETDEVICES
6 default y if UML
7 depends on NET
8 bool "Network device support"

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

192 help
193 This option enables the ability to dynamically reconfigure target
194 parameters (interface, IP addresses, port numbers, MAC addresses)
195 at runtime through a userspace interface exported using configfs.
196 See <file:Documentation/networking/netconsole.txt> for details.
197
198config NETPOLL
199 def_bool NETCONSOLE
200 select SRCU
200
201config NET_POLL_CONTROLLER
202 def_bool NETPOLL
203
204config NTB_NETDEV
205 tristate "Virtual Ethernet over NTB"
206 depends on NTB
207

--- 176 unchanged lines hidden ---
201
202config NET_POLL_CONTROLLER
203 def_bool NETPOLL
204
205config NTB_NETDEV
206 tristate "Virtual Ethernet over NTB"
207 depends on NTB
208

--- 176 unchanged lines hidden ---