]> git.baikalelectronics.ru Git - kernel.git/commit
x86/Kconfig: Correct reference to MWINCHIP3D
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 3 Aug 2021 11:35:25 +0000 (13:35 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 6 Oct 2021 16:46:06 +0000 (18:46 +0200)
commitdfff919bfeec6f09be602e71782f2a9c265efe0c
treeb2e4eb90b3799678c79bec7fb28585fbd80d6edc
parenta48a20b929b65b399d03811126f338bee83ed5e8
x86/Kconfig: Correct reference to MWINCHIP3D

Commit in Fixes intended to exclude the Winchip series and referred to
CONFIG_WINCHIP3D, but the config symbol is called CONFIG_MWINCHIP3D.

Hence, scripts/checkkconfigsymbols.py warns:

WINCHIP3D
Referencing files: arch/x86/Kconfig

Correct the reference to the intended config symbol.

Fixes: bba4718fe036 ("x86/Kconfig: Exclude i586-class CPUs lacking PAE support from the HIGHMEM64G Kconfig group")
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: <stable@vger.kernel.org>
Link: https://lkml.kernel.org/r/20210803113531.30720-4-lukas.bulwahn@gmail.com
arch/x86/Kconfig