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
config XENO_DRIVERS_NET_TDMA
    tristate "TDMA discipline for RTmac"
    depends on XENO_DRIVERS_NET_RTMAC
    default y
    help
    The Time Division Multiple Access discipline is the default RTmac
    protocol for Ethernet networks. It consists of a master synchronising
    the access of the slaves to the media by periodically issuing frames.
    Backup masters can be set up to take over if the primary master fails.
    TDMA also provides a global clock across all participants. The tdmacfg
    tool can be used to configure a real-time NIC to use TDMA.
 
    See Documenatation/README.rtmac for further details.
 
config XENO_DRIVERS_NET_TDMA_MASTER
    bool "TDMA master support"
    depends on XENO_DRIVERS_NET_TDMA
    default y
    help
    Enables TDMA master and backup master support for the node. This can
    be switched of to reduce the memory footprint of pure slave nodes.