arch/csky/Kconfig v5.13-rc1

CPU_HAS_LDSTEX

For SMP, CPU needs "ldex&stex" instructions for atomic operations.

CPU_NO_USER_BKPT

For abiv2 we couldn't use "trap 1" as user space bkpt in gdbserver, because
abiv2 is 16/32bit instruction set and "trap 1" is 32bit.
So we need a 16bit instruction as user space bkpt, and it will cause an illegal
instruction exception.
In kernel we parse the *regs->pc to determine whether to send SIGTRAP or not.


Menu: Processor type and features

HAVE_TCM

Tightly-Coupled/Sram Memory

The implementation are not only used by TCM (Tightly-Coupled Meory)
but also used by sram on SOC bus. It follow existed linux tcm
software interface, so that old tcm application codes could be
re-used directly.

HOTPLUG_CPU

Support for hot-pluggable CPUs

Say Y here to allow turning CPUs off and on. CPUs can be
controlled through /sys/devices/system/cpu/cpu1/hotplug/target.

Say N if you want to disable CPU hotplug.

arch/csky/Kconfig.platforms

kernel/Kconfig.hz