Skip to content

Commit 424e23f

Browse files
bulwahnbp3tk0v
authored andcommitted
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 <[email protected]> Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/all/[email protected]/
1 parent f1fcbaa commit 424e23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ config SMP
442442
If you don't know what to do here, say N.
443443

444444
config X86_FEATURE_NAMES
445-
bool "Processor feature human-readable names" if EMBEDDED
445+
bool
446446
default y
447447
help
448448
This option compiles in a table of x86 feature bits and corresponding

0 commit comments

Comments
 (0)