Lines Matching +full:bootloader +full:- +full:config
1 # SPDX-License-Identifier: GPL-2.0
2 config SUPERH
81 <http://www.linux-sh.org/>.
83 config GENERIC_BUG
87 config GENERIC_HWEIGHT
90 config GENERIC_CALIBRATE_DELAY
93 config GENERIC_LOCKBREAK
97 config ARCH_SUSPEND_POSSIBLE
100 config ARCH_HIBERNATION_POSSIBLE
103 config SYS_SUPPORTS_APM_EMULATION
107 config SYS_SUPPORTS_SMP
110 config SYS_SUPPORTS_NUMA
113 config STACKTRACE_SUPPORT
116 config LOCKDEP_SUPPORT
119 config ARCH_HAS_ILOG2_U32
122 config ARCH_HAS_ILOG2_U64
125 config NO_IOPORT_MAP
130 config IO_TRAPPED
133 config SWAP_IO_SPACE
136 config DMA_COHERENT
139 config DMA_NONCOHERENT
145 config PGTABLE_LEVELS
154 config CPU_SH2
158 config CPU_SH2A
163 config CPU_J2
169 config CPU_SH3
176 config CPU_SH4
185 config CPU_SH4A
189 config CPU_SH4AL_DSP
194 config CPU_SHX2
197 config CPU_SHX3
203 config ARCH_SHMOBILE
208 config CPU_HAS_PMU
214 prompt "Processor sub-type selection"
220 # SH-2 Processor Support
222 config CPU_SUBTYPE_SH7619
227 config CPU_SUBTYPE_J2
233 # SH-2A Processor Support
235 config CPU_SUBTYPE_SH7201
241 config CPU_SUBTYPE_SH7203
249 config CPU_SUBTYPE_SH7206
255 config CPU_SUBTYPE_SH7263
262 config CPU_SUBTYPE_SH7264
270 config CPU_SUBTYPE_SH7269
278 config CPU_SUBTYPE_MXG
279 bool "Support MX-G processor"
283 Select MX-G if running on an R8A03022BG part.
285 # SH-3 Processor Support
287 config CPU_SUBTYPE_SH7705
291 config CPU_SUBTYPE_SH7706
295 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
297 config CPU_SUBTYPE_SH7707
301 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
303 config CPU_SUBTYPE_SH7708
307 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
308 if you have a 100 Mhz SH-3 HD6417708R CPU.
310 config CPU_SUBTYPE_SH7709
314 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
316 config CPU_SUBTYPE_SH7710
321 Select SH7710 if you have a SH3-DSP SH7710 CPU.
323 config CPU_SUBTYPE_SH7712
328 Select SH7712 if you have a SH3-DSP SH7712 CPU.
330 config CPU_SUBTYPE_SH7720
338 Select SH7720 if you have a SH3-DSP SH7720 CPU.
340 config CPU_SUBTYPE_SH7721
347 Select SH7721 if you have a SH3-DSP SH7721 CPU.
349 # SH-4 Processor Support
351 config CPU_SUBTYPE_SH7750
355 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
357 config CPU_SUBTYPE_SH7091
361 Select SH7091 if you have an SH-4 based Sega device (such as
364 config CPU_SUBTYPE_SH7750R
368 config CPU_SUBTYPE_SH7750S
372 config CPU_SUBTYPE_SH7751
376 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
379 config CPU_SUBTYPE_SH7751R
383 config CPU_SUBTYPE_SH7760
387 # SH-4A Processor Support
389 config CPU_SUBTYPE_SH7723
398 Select SH7723 if you have an SH-MobileR2 CPU.
400 config CPU_SUBTYPE_SH7724
409 Select SH7724 if you have an SH-MobileR2R CPU.
411 config CPU_SUBTYPE_SH7734
419 config CPU_SUBTYPE_SH7757
427 config CPU_SUBTYPE_SH7763
434 config CPU_SUBTYPE_SH7770
438 config CPU_SUBTYPE_SH7780
442 config CPU_SUBTYPE_SH7785
450 config CPU_SUBTYPE_SH7786
460 config CPU_SUBTYPE_SHX3
461 bool "Support SH-X3 processor"
468 # SH4AL-DSP Processor Support
470 config CPU_SUBTYPE_SH7343
476 config CPU_SUBTYPE_SH7722
486 config CPU_SUBTYPE_SH7366
505 config SH_PCLK_FREQ
523 config SH_CLK_CPG
526 config SH_CLK_CPG_LEGACY
547 config ARCH_SUPPORTS_KEXEC
550 config ARCH_SUPPORTS_CRASH_DUMP
553 config ARCH_DEFAULT_CRASH_DUMP
556 config ARCH_SUPPORTS_KEXEC_JUMP
559 config PHYSICAL_START
568 than the panic-ed kernel.
570 config SMP
571 bool "Symmetric multi-processing support"
578 If you say N here, the kernel will run on uni- and multiprocessor
587 See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
592 config NR_CPUS
593 int "Maximum number of CPUs (2-32)"
603 This is purely to save memory - each supported CPU adds
606 config HOTPLUG_CPU
607 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
613 config GUSA
618 This is the default implementation for both UP and non-ll/sc
627 config GUSA_RB
628 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
632 atomic operations using a software implementation of load-locked/
633 store-conditional (LLSC). On machines which do not have hardware
637 config HW_PERF_EVENTS
651 config BUILTIN_DTB
658 suppressing use of the DTB pointer provided by the bootloader.
663 config BUILTIN_DTB_NAME
672 config ZERO_PAGE_OFFSET
682 config BOOT_LINK_OFFSET
695 config ENTRY_OFFSET
703 config ROMIMAGE_MMCIF
721 config CMDLINE_OVERWRITE
722 bool "Overwrite bootloader kernel arguments"
725 a bootloader.
727 config CMDLINE_EXTEND
728 bool "Extend bootloader kernel arguments"
731 by a bootloader.
733 config CMDLINE_FROM_BOOTLOADER
734 bool "Use bootloader kernel arguments"
736 Uses the command-line options passed by the boot loader.
740 config CMDLINE
749 config MAPLE