can-tc-init-etf: document required kernel config options

pull/390/head
Marc Kleine-Budde 2022-12-13 21:54:43 +01:00
parent f662b32082
commit 1322afa6e4
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2022 Pengutronix, Marc Kleine-Budde <kernel@pengutronix.de>
#
# This script requires a kernel compiled with the following options:
#
# CONFIG_NET_SCH_PRIO
# CONFIG_NET_SCH_ETF
# CONFIG_NET_CLS_BASIC
# CONFIG_NET_CLS_FW
# CONFIG_NET_EMATCH
# CONFIG_NET_EMATCH_CANID
#
set -e