mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 13:41:48 -04:00
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>
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
CONFIG_NET_NS=y
|
|
CONFIG_NET_SCH_NETEM=y
|
|
CONFIG_RDS=y
|
|
CONFIG_RDS_TCP=y
|
|
CONFIG_VETH=y
|