mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
feec5e1f74
Currently the Kconfig fragments in kernel/configs and arch/*/configs that aren't used internally aren't discoverable through "make help", which consists of hard-coded lists of config fragments. Instead, list all the fragment targets that have a "# Help: " comment prefix so the targets can be generated dynamically. Add logic to the Makefile to search for and display the fragment and comment. Add comments to fragments that are intended to be direct targets. Signed-off-by: Kees Cook <keescook@chromium.org> Co-developed-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc) Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
18 lines
340 B
Plaintext
18 lines
340 B
Plaintext
# Help: Disable Power Management
|
|
|
|
CONFIG_PM=n
|
|
CONFIG_SUSPEND=n
|
|
CONFIG_HIBERNATION=n
|
|
|
|
# Triggers PM on OMAP
|
|
CONFIG_CPU_IDLE=n
|
|
|
|
# Triggers enablement via hibernate callbacks
|
|
CONFIG_XEN=n
|
|
|
|
# ARM/ARM64 architectures that select PM unconditionally
|
|
CONFIG_ARCH_OMAP2PLUS_TYPICAL=n
|
|
CONFIG_ARCH_RENESAS=n
|
|
CONFIG_ARCH_TEGRA=n
|
|
CONFIG_ARCH_VEXPRESS=n
|