summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/wireguard
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-05-05 11:03:43 +0300
committerPetr Mladek <pmladek@suse.com>2024-05-06 18:39:09 +0300
commit27021649ec88cf9aa14d2ac7e7f2e6789f055978 (patch)
treebcbcbe1d18962075e1e3ad18ee900cdebbe8e72e /tools/testing/selftests/wireguard
parentb3e90f375b3c7ab85aef631ebb0ad8ce66cbf3fd (diff)
downloadlinux-27021649ec88cf9aa14d2ac7e7f2e6789f055978.tar.xz
printk: Remove redundant CONFIG_BASE_FULL
CONFIG_BASE_FULL is equivalent to !CONFIG_BASE_SMALL and is enabled by default: CONFIG_BASE_SMALL is the special case to take care of. So, remove CONFIG_BASE_FULL and move the config choice to CONFIG_BASE_SMALL (which defaults to 'n') For defconfigs explicitely disabling BASE_FULL, explicitely enable BASE_SMALL. For defconfigs explicitely enabling BASE_FULL, drop it as it is the default. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Petr Mladek <pmladek@suse.com> Link: https://lore.kernel.org/r/20240505080343.1471198-4-yoann.congal@smile.fr Signed-off-by: Petr Mladek <pmladek@suse.com>
Diffstat (limited to 'tools/testing/selftests/wireguard')
-rw-r--r--tools/testing/selftests/wireguard/qemu/kernel.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/wireguard/qemu/kernel.config b/tools/testing/selftests/wireguard/qemu/kernel.config
index 507555714b1d..f314d3789f17 100644
--- a/tools/testing/selftests/wireguard/qemu/kernel.config
+++ b/tools/testing/selftests/wireguard/qemu/kernel.config
@@ -41,7 +41,6 @@ CONFIG_KALLSYMS=y
CONFIG_BUG=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
CONFIG_JUMP_LABEL=y
-CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_SHMEM=y
CONFIG_SLUB=y