mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
selftests: rds: add tools/testing/selftests/net/rds/config
The ksft CI runtime needs an rds specific config file to build a minimal kernel with the right options enabled. This patch adds an rds selftest config containing the required CONFIG_RDS* and CONFIG_NET_* options. Signed-off-by: Allison Henderson <achender@kernel.org> Link: https://patch.msgid.link/20260320041834.2761069-2-achender@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
e81cf512c1
commit
0f5d680047
5
tools/testing/selftests/net/rds/config
Normal file
5
tools/testing/selftests/net/rds/config
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
CONFIG_NET_NS=y
|
||||
CONFIG_NET_SCH_NETEM=y
|
||||
CONFIG_RDS=y
|
||||
CONFIG_RDS_TCP=y
|
||||
CONFIG_VETH=y
|
||||
Loading…
Reference in New Issue
Block a user