summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorPo Liu <Po.Liu@nxp.com>2019-10-15 16:11:40 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-12-02 18:05:16 +0800
commit6a49b2da83eacdfd002a584637e143c53cea1eda (patch)
tree7b35c378f1b0dd84c2e83a4f2be5c0528886d02e /net/Makefile
parent257d9bc9b977c7f83f2e47d959bb8690c0f726d2 (diff)
net:tsn: netlink interface for APP layer to config TSN capability hardware ports
This patch provids netlink method to configure the TSN protocols hardwares. TSN guaranteed packet transport with bounded low latency, low packet delay variation, and low packet loss by hardware and software methods. The three basic components of TSN are: 1. Time synchronization: This was implement by 8021AS which base on the IEEE1588 precision Time Protocol. This is configured by the other way in kernel. 8021AS not included in this patch. 2. Scheduling and traffic shaping and per-stream filter policing: This patch support Qbv/Qci/Qbu/8021CB/Qav etc. 3. Selection of communication paths: This patch not support the pure software only TSN protocols(like Qcc) but hardware related configuration. TSN Protocols supports by this patch: Qbv/Qci/Qbu/Credit-base Shaper(Qav). This patch verified on NXP ls1028ardb board. Signed-off-by: Po Liu <Po.Liu@nxp.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 449fc0b221f8..40e08db63e81 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -59,6 +59,9 @@ obj-$(CONFIG_CAIF) += caif/
ifneq ($(CONFIG_DCB),)
obj-y += dcb/
endif
+ifneq ($(CONFIG_TSN),)
+obj-y += tsn/
+endif
obj-$(CONFIG_6LOWPAN) += 6lowpan/
obj-$(CONFIG_IEEE802154) += ieee802154/
obj-$(CONFIG_MAC802154) += mac802154/