config RTNET bool "RTnet" depends on RTAI comment "Optional Features" config RTNET_RTCFG bool "RTcfg" depends on RTNET config RTNET_RTCFG_DEBUG bool "Enable debugging in RTcfg" depends on RTNET_RTCFG config RTNET_RTCAP bool "RTcap" depends on RTNET config RTNET_PROXY bool "Proxy" depends on RTNET config RTNET_RTDM bool "realtime driver module" depends on RTNET config RTNET_EXAMPLES bool "examples" depends on RTNET config RTNET_NET_ROUTING bool "net routing" depends on RTNET config RTNET_ROUTER bool "router" depends on RTNET config RTNET_BUG_CHECK bool "internal bug checks" depends on RTNET comment "Network Card Support" config RTNET_3C59X bool "build 3Com 59x driver (see help)" depends on RTNET help This driver is probably not real-time safe! Under certain conditions it can cause interrupt locks of up to 1 second (issue_and_wait). We need a rewrite of critical parts, but we are lacking the knowledge about the hardware details (e.g. how long does a normal delay take => apply this value and throw an error message on timeouts). config RTNET_8139 bool "build Realtek 8139 driver" depends on RTNET config RTNET_EEPRO100 bool "build Intel EtherExpressPro/100 driver" depends on RTNET config RTNET_PCNET32 bool "build AMD PCnet32 driver" depends on RTNET config RTNET_VIA_RHINE bool "build VIA Rhine driver" depends on RTNET config RTNET_NATSEMI bool "build NatSemi driver" depends on RTNET config RTNET_TULIP bool "build tulip driver" depends on RTNET config RTNET_FCC_ENET bool "build fcc net driver" depends on RTNET depends on ARCH_PPC config RTNET_SCC_ENET bool "build scc enet driver" depends on RTNET depends on ARCH_PPC config RTNET_FEC_ENET bool "build fec enet driver" depends on RTNET depends on ARCH_PPC config RTNET_SMC91111 bool "build smc91111 driver" depends on RTNET config RTNET_LOOPBACK bool "build loopback driver" depends on RTNET