linux-stable/kernel/configs
Masahiro Yamada f8f0d06438 kconfig: do not use allnoconfig_y option
allnoconfig_y is an ugly hack that sets a symbol to 'y' by allnoconfig.

allnoconfig does not mean a minimal set of CONFIG options because a
bunch of prompts are hidden by 'if EMBEDDED' or 'if EXPERT', but I do
not like to hack Kconfig this way.

Use the pre-existing feature, KCONFIG_ALLCONFIG, to provide a one
liner config fragment. CONFIG_EMBEDDED=y is still forced when
allnoconfig is invoked as a part of tinyconfig.

No change in the .config file produced by 'make tinyconfig'.

The output of 'make allnoconfig' will be changed; we will get
CONFIG_EMBEDDED=n because allnoconfig literally sets all symbols to n.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-04-14 15:22:49 +09:00
..
android-base.config ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. 2017-08-22 18:43:23 -07:00
android-recommended.config staging: ION: remove some references to CONFIG_ION 2021-01-06 17:39:38 +01:00
kvm_guest.config kvm_config: add CONFIG_VIRTIO_MENU 2018-10-24 20:55:56 -04:00
nopm.config PM: Provide a config snippet for disabling PM 2017-12-04 15:14:48 +01:00
tiny-base.config kconfig: do not use allnoconfig_y option 2021-04-14 15:22:49 +09:00
tiny.config compiler: remove CONFIG_OPTIMIZE_INLINING entirely 2020-04-07 10:43:42 -07:00
xen.config