diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-05-05 10:03:43 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2024-05-06 17:39:09 +0200 |
commit | 27021649ec88cf9aa14d2ac7e7f2e6789f055978 (patch) | |
tree | bcbcbe1d18962075e1e3ad18ee900cdebbe8e72e /arch/arm/configs/moxart_defconfig | |
parent | printk: Change type of CONFIG_BASE_SMALL to bool (diff) | |
download | linux-27021649ec88cf9aa14d2ac7e7f2e6789f055978.tar.xz linux-27021649ec88cf9aa14d2ac7e7f2e6789f055978.zip |
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 'arch/arm/configs/moxart_defconfig')
-rw-r--r-- | arch/arm/configs/moxart_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/moxart_defconfig b/arch/arm/configs/moxart_defconfig index 1d41e73f4903..34d079e03b3c 100644 --- a/arch/arm/configs/moxart_defconfig +++ b/arch/arm/configs/moxart_defconfig @@ -6,7 +6,7 @@ CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_EXPERT=y # CONFIG_ELF_CORE is not set -# CONFIG_BASE_FULL is not set +CONFIG_BASE_SMALL=y # CONFIG_SIGNALFD is not set # CONFIG_TIMERFD is not set # CONFIG_EVENTFD is not set |