summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/perf_regs.c
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-01-27 17:23:09 +0100
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-02-20 13:36:34 +0100
commit5033ad566016bb9c3ea45d62c0a2244a6eb8d610 (patch)
treef8c6804058554c8e97628d374f283c6e17f80888 /arch/mips/kernel/perf_regs.c
parentMIPS: Alchemy: Use kcalloc() instead of kzalloc() (diff)
downloadlinux-5033ad566016bb9c3ea45d62c0a2244a6eb8d610.tar.xz
linux-5033ad566016bb9c3ea45d62c0a2244a6eb8d610.zip
MIPS: move unselectable entries out of the "CPU type" choice
Move the following entries out of the "CPU type" choice: - LOONGSON3_ENHANCEMENT - CPU_LOONGSON3_WORKAROUNDS - CPU_LOONGSON3_CPUCFG_EMULATION These entries cannot be selected from the choice because they depend on CPU_LOONGSON64, which is also located in the same choice. In fact, Kconfig does not consider them as choice values because they become children of CPU_LOOONGSON64 due to the automatic submenu creation in menu_finalize(). However, it is hard to understand this behavior unless you are familiar with the Kconfig internals. "choice" should contain only selectable entries. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/kernel/perf_regs.c')
0 files changed, 0 insertions, 0 deletions