hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
menu "RTnet"
 
config XENO_DRIVERS_NET
    depends on m
    select NET
    tristate "RTnet, TCP/IP socket interface"
 
if XENO_DRIVERS_NET
 
config XENO_DRIVERS_RTNET_CHECKED
    bool "Internal Bug Checks"
    default n
    help
    Switch on if you face crashes when RTnet is running or if you suspect
    any other RTnet-related issues. This feature will add a few sanity
    checks at critical points that will produce warnings on the kernel
    console in case certain internal bugs are detected.
 
source "drivers/xenomai/net/stack/Kconfig"
source "drivers/xenomai/net/drivers/Kconfig"
source "drivers/xenomai/net/addons/Kconfig"
 
endif
 
endmenu