x86/Kconfig: Drop vendor dependency for X86_UMIP

Some Centaur family 7 CPUs and Zhaoxin family 7 CPUs support the UMIP
feature too. The text size growth which UMIP adds is ~1K and distro
kernels enable it anyway so remove the vendor dependency.

 [ bp: Rewrite commit message. ]

Signed-off-by: Tony W Wang-oc <TonyWWang-oc@zhaoxin.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/1583733990-2587-1-git-send-email-TonyWWang-oc@zhaoxin.com
This commit is contained in:
Tony W Wang-oc 2020-03-09 14:06:30 +08:00 коммит произвёл Borislav Petkov
Родитель 11a48a5a18
Коммит bdb04a1abb
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1875,7 +1875,6 @@ config X86_SMAP
config X86_UMIP config X86_UMIP
def_bool y def_bool y
depends on CPU_SUP_INTEL || CPU_SUP_AMD
prompt "User Mode Instruction Prevention" if EXPERT prompt "User Mode Instruction Prevention" if EXPERT
---help--- ---help---
User Mode Instruction Prevention (UMIP) is a security feature in User Mode Instruction Prevention (UMIP) is a security feature in