Lines Matching +full:bootloader +full:- +full:config
1 # SPDX-License-Identifier: GPL-2.0
2 config SUPERH
80 <http://www.linux-sh.org/>.
82 config GENERIC_BUG
86 config GENERIC_HWEIGHT
89 config GENERIC_CALIBRATE_DELAY
92 config GENERIC_LOCKBREAK
96 config ARCH_SUSPEND_POSSIBLE
99 config ARCH_HIBERNATION_POSSIBLE
102 config SYS_SUPPORTS_APM_EMULATION
106 config SYS_SUPPORTS_SMP
109 config SYS_SUPPORTS_NUMA
112 config STACKTRACE_SUPPORT
115 config LOCKDEP_SUPPORT
118 config ARCH_HAS_ILOG2_U32
121 config ARCH_HAS_ILOG2_U64
124 config NO_IOPORT_MAP
129 config IO_TRAPPED
132 config SWAP_IO_SPACE
135 config DMA_COHERENT
138 config DMA_NONCOHERENT
144 config PGTABLE_LEVELS
153 config CPU_SH2
157 config CPU_SH2A
162 config CPU_J2
168 config CPU_SH3
175 config CPU_SH4
184 config CPU_SH4A
188 config CPU_SH4AL_DSP
193 config CPU_SHX2
196 config CPU_SHX3
202 config ARCH_SHMOBILE
207 config CPU_HAS_PMU
213 prompt "Processor sub-type selection"
219 # SH-2 Processor Support
221 config CPU_SUBTYPE_SH7619
226 config CPU_SUBTYPE_J2
232 # SH-2A Processor Support
234 config CPU_SUBTYPE_SH7201
240 config CPU_SUBTYPE_SH7203
248 config CPU_SUBTYPE_SH7206
254 config CPU_SUBTYPE_SH7263
261 config CPU_SUBTYPE_SH7264
269 config CPU_SUBTYPE_SH7269
277 config CPU_SUBTYPE_MXG
278 bool "Support MX-G processor"
282 Select MX-G if running on an R8A03022BG part.
284 # SH-3 Processor Support
286 config CPU_SUBTYPE_SH7705
290 config CPU_SUBTYPE_SH7706
294 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
296 config CPU_SUBTYPE_SH7707
300 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
302 config CPU_SUBTYPE_SH7708
306 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
307 if you have a 100 Mhz SH-3 HD6417708R CPU.
309 config CPU_SUBTYPE_SH7709
313 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
315 config CPU_SUBTYPE_SH7710
320 Select SH7710 if you have a SH3-DSP SH7710 CPU.
322 config CPU_SUBTYPE_SH7712
327 Select SH7712 if you have a SH3-DSP SH7712 CPU.
329 config CPU_SUBTYPE_SH7720
337 Select SH7720 if you have a SH3-DSP SH7720 CPU.
339 config CPU_SUBTYPE_SH7721
346 Select SH7721 if you have a SH3-DSP SH7721 CPU.
348 # SH-4 Processor Support
350 config CPU_SUBTYPE_SH7750
354 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
356 config CPU_SUBTYPE_SH7091
360 Select SH7091 if you have an SH-4 based Sega device (such as
363 config CPU_SUBTYPE_SH7750R
367 config CPU_SUBTYPE_SH7750S
371 config CPU_SUBTYPE_SH7751
375 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
378 config CPU_SUBTYPE_SH7751R
382 config CPU_SUBTYPE_SH7760
386 # SH-4A Processor Support
388 config CPU_SUBTYPE_SH7723
397 Select SH7723 if you have an SH-MobileR2 CPU.
399 config CPU_SUBTYPE_SH7724
408 Select SH7724 if you have an SH-MobileR2R CPU.
410 config CPU_SUBTYPE_SH7734
418 config CPU_SUBTYPE_SH7757
426 config CPU_SUBTYPE_SH7763
433 config CPU_SUBTYPE_SH7770
437 config CPU_SUBTYPE_SH7780
441 config CPU_SUBTYPE_SH7785
449 config CPU_SUBTYPE_SH7786
459 config CPU_SUBTYPE_SHX3
460 bool "Support SH-X3 processor"
467 # SH4AL-DSP Processor Support
469 config CPU_SUBTYPE_SH7343
475 config CPU_SUBTYPE_SH7722
485 config CPU_SUBTYPE_SH7366
504 config SH_PCLK_FREQ
522 config SH_CLK_CPG
525 config SH_CLK_CPG_LEGACY
546 config ARCH_SUPPORTS_KEXEC
549 config ARCH_SUPPORTS_CRASH_DUMP
552 config ARCH_DEFAULT_CRASH_DUMP
555 config ARCH_SUPPORTS_KEXEC_JUMP
558 config PHYSICAL_START
567 than the panic-ed kernel.
569 config SMP
570 bool "Symmetric multi-processing support"
577 If you say N here, the kernel will run on uni- and multiprocessor
586 See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
591 config NR_CPUS
592 int "Maximum number of CPUs (2-32)"
602 This is purely to save memory - each supported CPU adds
605 config HOTPLUG_CPU
606 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
612 config GUSA
617 This is the default implementation for both UP and non-ll/sc
626 config GUSA_RB
627 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
631 atomic operations using a software implementation of load-locked/
632 store-conditional (LLSC). On machines which do not have hardware
636 config HW_PERF_EVENTS
650 config BUILTIN_DTB
657 suppressing use of the DTB pointer provided by the bootloader.
662 config BUILTIN_DTB_NAME
671 config ZERO_PAGE_OFFSET
681 config BOOT_LINK_OFFSET
694 config ENTRY_OFFSET
702 config ROMIMAGE_MMCIF
720 config CMDLINE_OVERWRITE
721 bool "Overwrite bootloader kernel arguments"
724 a bootloader.
726 config CMDLINE_EXTEND
727 bool "Extend bootloader kernel arguments"
730 by a bootloader.
732 config CMDLINE_FROM_BOOTLOADER
733 bool "Use bootloader kernel arguments"
735 Uses the command-line options passed by the boot loader.
739 config CMDLINE
748 config MAPLE