summaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2023-05-10 08:57:12 +0200
committerBorislav Petkov (AMD) <bp@alien8.de>2023-05-15 19:56:19 +0200
commit424e23fd6c30ec204c1c77919066ae777577a4f9 (patch)
tree0cdf36bb5fa033da5f24bffd8313589a786423b5 /arch/x86/Kconfig
parentf1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6 (diff)
x86/Kconfig: Make X86_FEATURE_NAMES non-configurable in prompt
While discussing to change the visibility of X86_FEATURE_NAMES (see Link) in order to remove CONFIG_EMBEDDED, Boris suggested to simply make the X86_FEATURE_NAMES functionality unconditional. As a first step, make X86_FEATURE_NAMES disappear from Kconfig. So, as X86_FEATURE_NAMES defaults to yes, to disable it, one now needs to modify the .config file before compiling the kernel. Suggested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/all/20230509084007.24373-1-lukas.bulwahn@gmail.com/
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 53bab123a8ee..a7db116e429a 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -442,7 +442,7 @@ config SMP
If you don't know what to do here, say N.
config X86_FEATURE_NAMES
- bool "Processor feature human-readable names" if EMBEDDED
+ bool
default y
help
This option compiles in a table of x86 feature bits and corresponding