Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) | Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config SUPERH 3 def_bool y 4 select ARCH_HAS_PTE_SPECIAL 5 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 6 select ARCH_MIGHT_HAVE_PC_PARPORT 7 select ARCH_NO_COHERENT_DMA_MMAP if !MMU 8 select HAVE_PATA_PLATFORM --- 695 unchanged lines hidden (view full) --- 704 705config HOTPLUG_CPU 706 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" 707 depends on SMP 708 help 709 Say Y here to experiment with turning CPUs off and on. CPUs 710 can be controlled through /sys/devices/system/cpu. 711 | 1# SPDX-License-Identifier: GPL-2.0 2config SUPERH 3 def_bool y 4 select ARCH_HAS_PTE_SPECIAL 5 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 6 select ARCH_MIGHT_HAVE_PC_PARPORT 7 select ARCH_NO_COHERENT_DMA_MMAP if !MMU 8 select HAVE_PATA_PLATFORM --- 695 unchanged lines hidden (view full) --- 704 705config HOTPLUG_CPU 706 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" 707 depends on SMP 708 help 709 Say Y here to experiment with turning CPUs off and on. CPUs 710 can be controlled through /sys/devices/system/cpu. 711 |
712source "kernel/Kconfig.preempt" 713 | |
714config GUSA 715 def_bool y 716 depends on !SMP && SUPERH32 717 help 718 This enables support for gUSA (general UserSpace Atomicity). 719 This is the default implementation for both UP and non-ll/sc 720 CPUs, and is used by the libc, amongst others. 721 --- 166 unchanged lines hidden --- | 712config GUSA 713 def_bool y 714 depends on !SMP && SUPERH32 715 help 716 This enables support for gUSA (general UserSpace Atomicity). 717 This is the default implementation for both UP and non-ll/sc 718 CPUs, and is used by the libc, amongst others. 719 --- 166 unchanged lines hidden --- |