blob: b2be467180349552979a8b99907180a7dcd523a6 [file] [log] [blame]
menuconfig NETWORKING
bool "Networking Support"
default y
help
Basic networking (TCP, UDP, IP, etc).
if NETWORKING
config SOCKET
bool "Socket support"
default y
help
Early socket work. Say 'n' if you have issues compiling.
config ETH_AUDIO
depends on NETWORKING && X86
bool "Ethernet audio"
default n
help
Build old support for David Wessel's ethernet audio device. This is
less a driver than a NIC-level "intercept".
endif # NETWORKING