printk: Remove redundant CONFIG_BASE_FULL
authorYoann Congal <yoann.congal@smile.fr>
Sun, 5 May 2024 08:03:43 +0000 (10:03 +0200)
committerPetr Mladek <pmladek@suse.com>
Mon, 6 May 2024 15:39:09 +0000 (17:39 +0200)
commit27021649ec88cf9aa14d2ac7e7f2e6789f055978
treebcbcbe1d18962075e1e3ad18ee900cdebbe8e72e
parentb3e90f375b3c7ab85aef631ebb0ad8ce66cbf3fd
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>
24 files changed:
arch/arm/configs/collie_defconfig
arch/arm/configs/keystone_defconfig
arch/arm/configs/lpc18xx_defconfig
arch/arm/configs/moxart_defconfig
arch/arm/configs/mps2_defconfig
arch/arm/configs/omap1_defconfig
arch/arm/configs/stm32_defconfig
arch/microblaze/configs/mmu_defconfig
arch/mips/configs/rs90_defconfig
arch/powerpc/configs/adder875_defconfig
arch/powerpc/configs/ep88xc_defconfig
arch/powerpc/configs/mpc866_ads_defconfig
arch/powerpc/configs/mpc885_ads_defconfig
arch/powerpc/configs/tqm8xx_defconfig
arch/riscv/configs/nommu_k210_defconfig
arch/riscv/configs/nommu_k210_sdcard_defconfig
arch/riscv/configs/nommu_virt_defconfig
arch/sh/configs/edosk7705_defconfig
arch/sh/configs/se7619_defconfig
arch/sh/configs/se7712_defconfig
arch/sh/configs/se7721_defconfig
arch/sh/configs/shmin_defconfig
init/Kconfig
tools/testing/selftests/wireguard/qemu/kernel.config