diff options
| author | Johan Korsnes <johan.korsnes@gmail.com> | 2025-03-23 20:10:04 +0100 |
|---|---|---|
| committer | Max Filippov <jcmvbkbc@gmail.com> | 2025-03-24 21:11:35 -0700 |
| commit | 3d6d238851dff53f49ff88d280ab9fc45eaec60a (patch) | |
| tree | c443248af1e4d25c4fe7c0d31e12ef18a9a8af25 | |
| parent | 47812144d39566da3f1dbc7a615f656969f99337 (diff) | |
arch: xtensa: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX
This option was removed from the Kconfig in commit
8c710f75256b ("net/sched: Retire tcindex classifier") but it was not
removed from the defconfigs.
Fixes: 8c710f75256b ("net/sched: Retire tcindex classifier")
Signed-off-by: Johan Korsnes <johan.korsnes@gmail.com>
Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Message-Id: <20250323191004.112743-1-johan.korsnes@gmail.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
| -rw-r--r-- | arch/xtensa/configs/common_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/configs/common_defconfig b/arch/xtensa/configs/common_defconfig index fa9389869154..09e4a1d9d1f3 100644 --- a/arch/xtensa/configs/common_defconfig +++ b/arch/xtensa/configs/common_defconfig @@ -32,7 +32,6 @@ CONFIG_NET_SCH_TEQL=m CONFIG_NET_SCH_TBF=m CONFIG_NET_SCH_GRED=m CONFIG_NET_SCH_DSMARK=m -CONFIG_NET_CLS_TCINDEX=m CONFIG_NET_CLS_ROUTE4=m CONFIG_NET_CLS_FW=m CONFIG_NET_CLS_U32=m |
