x86/Kconfig: Merge the two CONFIG_X86_EXTENDED_PLATFORM entries
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 4 Feb 2024 10:07:19 +0000 (19:07 +0900)
committerBorislav Petkov (AMD) <bp@alien8.de>
Sun, 21 Apr 2024 16:41:40 +0000 (18:41 +0200)
commit71d99ea47fbd3179e01f8037aad1d1367a821de2
tree70cbb952df69643296c714598dac712bccfa47ac
parentcba786af84a0f9716204e09f518ce3b7ada8555e
x86/Kconfig: Merge the two CONFIG_X86_EXTENDED_PLATFORM entries

There are two menu entries for X86_EXTENDED_PLATFORM, one for X86_32 and
the other for X86_64.

These entries are nearly identical, with the only difference being the
platform list in the help message.

While this structure was intended by commit

  8425091ff8af ("x86: improve the help text of X86_EXTENDED_PLATFORM"),

there is no need to duplicate the entire config entry. Instead, provide
a little more clarification in the help message.

  [ bp: Massage. ]

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240204100719.42574-1-masahiroy@kernel.org
arch/x86/Kconfig