hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
menuconfig XENO_DRIVERS_NET_RTMAC
    depends on XENO_DRIVERS_NET
    tristate "RTmac Layer"
    default y
    help
    The Real-Time Media Access Control layer allows to extend the RTnet
    stack with software-based access control mechanisms (also called
    disciplines) for nondeterministic transport media. Disciplines can be
    attached and detached per real-time device. RTmac also provides a
    framework for tunnelling non-time-critical packets through real-time
    networks by installing virtual NICs (VNIC) in the Linux domain.
 
    See Documentation/README.rtmac for further information.
 
source "drivers/xenomai/net/stack/rtmac/tdma/Kconfig"
source "drivers/xenomai/net/stack/rtmac/nomac/Kconfig"