Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm
[platform/kernel/u-boot.git] / arch / Kconfig
1 config ARCH_MAP_SYSMEM
2         depends on SANDBOX || NDS32
3         def_bool y
4
5 config CREATE_ARCH_SYMLINK
6         bool
7
8 config HAVE_ARCH_IOREMAP
9         bool
10
11 config NEEDS_MANUAL_RELOC
12         bool
13
14 config SYS_CACHE_SHIFT_4
15         bool
16
17 config SYS_CACHE_SHIFT_5
18         bool
19
20 config SYS_CACHE_SHIFT_6
21         bool
22
23 config SYS_CACHE_SHIFT_7
24         bool
25
26 config SYS_CACHELINE_SIZE
27         int
28         default 128 if SYS_CACHE_SHIFT_7
29         default 64 if SYS_CACHE_SHIFT_6
30         default 32 if SYS_CACHE_SHIFT_5
31         default 16 if SYS_CACHE_SHIFT_4
32         # Fall-back for MIPS
33         default 32 if MIPS
34
35 config LINKER_LIST_ALIGN
36         int
37         default 32 if SANDBOX
38         default 8 if ARM64 || X86
39         default 4
40         help
41           Force the each linker list to be aligned to this boundary. This
42           is required if ll_entry_get() is used, since otherwise the linker
43           may add padding into the table, thus breaking it.
44           See linker_lists.rst for full details.
45
46 choice
47         prompt "Architecture select"
48         default SANDBOX
49
50 config ARC
51         bool "ARC architecture"
52         select ARC_TIMER
53         select CLK
54         select DM
55         select HAVE_PRIVATE_LIBGCC
56         select SUPPORT_OF_CONTROL
57         select SYS_CACHE_SHIFT_7
58         select TIMER
59
60 config ARM
61         bool "ARM architecture"
62         select ARCH_SUPPORTS_LTO
63         select CREATE_ARCH_SYMLINK
64         select HAVE_PRIVATE_LIBGCC if !ARM64
65         select SUPPORT_ACPI
66         select SUPPORT_OF_CONTROL
67
68 config M68K
69         bool "M68000 architecture"
70         select HAVE_PRIVATE_LIBGCC
71         select NEEDS_MANUAL_RELOC
72         select SYS_BOOT_GET_CMDLINE
73         select SYS_BOOT_GET_KBD
74         select SYS_CACHE_SHIFT_4
75         select SUPPORT_OF_CONTROL
76
77 config MICROBLAZE
78         bool "MicroBlaze architecture"
79         select NEEDS_MANUAL_RELOC
80         select SUPPORT_OF_CONTROL
81         imply CMD_IRQ
82
83 config MIPS
84         bool "MIPS architecture"
85         select HAVE_ARCH_IOREMAP
86         select HAVE_PRIVATE_LIBGCC
87         select SUPPORT_OF_CONTROL
88
89 config NDS32
90         bool "NDS32 architecture"
91         select SUPPORT_OF_CONTROL
92
93 config NIOS2
94         bool "Nios II architecture"
95         select CPU
96         select DM
97         select OF_CONTROL
98         select SUPPORT_OF_CONTROL
99         imply CMD_DM
100
101 config PPC
102         bool "PowerPC architecture"
103         select HAVE_PRIVATE_LIBGCC
104         select SUPPORT_OF_CONTROL
105         select SYS_BOOT_GET_CMDLINE
106         select SYS_BOOT_GET_KBD
107
108 config RISCV
109         bool "RISC-V architecture"
110         select CREATE_ARCH_SYMLINK
111         select SUPPORT_OF_CONTROL
112         select OF_CONTROL
113         select DM
114         imply DM_SERIAL
115         imply DM_ETH
116         imply DM_MMC
117         imply DM_SPI
118         imply DM_SPI_FLASH
119         imply BLK
120         imply CLK
121         imply MTD
122         imply TIMER
123         imply CMD_DM
124         imply SPL_DM
125         imply SPL_OF_CONTROL
126         imply SPL_LIBCOMMON_SUPPORT
127         imply SPL_LIBGENERIC_SUPPORT
128         imply SPL_SERIAL
129         imply SPL_TIMER
130
131 config SANDBOX
132         bool "Sandbox"
133         select ARCH_SUPPORTS_LTO
134         select BOARD_LATE_INIT
135         select BZIP2
136         select CMD_POWEROFF
137         select DM
138         select DM_GPIO
139         select DM_I2C
140         select DM_KEYBOARD
141         select DM_MMC
142         select DM_SERIAL
143         select DM_SPI
144         select DM_SPI_FLASH
145         select GZIP_COMPRESSED
146         select HAVE_BLOCK_DEVICE
147         select LZO
148         select OF_BOARD_SETUP
149         select PCI_ENDPOINT
150         select SPI
151         select SUPPORT_OF_CONTROL
152         select SYSRESET_CMD_POWEROFF
153         select SYS_CACHE_SHIFT_4
154         select IRQ
155         select SUPPORT_EXTENSION_SCAN
156         select SUPPORT_ACPI
157         imply BITREVERSE
158         select BLOBLIST
159         imply LTO
160         imply CMD_DM
161         imply CMD_EXCEPTION
162         imply CMD_GETTIME
163         imply CMD_HASH
164         imply CMD_IO
165         imply CMD_IOTRACE
166         imply CMD_LZMADEC
167         imply CMD_SATA
168         imply CMD_SF
169         imply CMD_SF_TEST
170         imply CRC32_VERIFY
171         imply FAT_WRITE
172         imply FIRMWARE
173         imply HASH_VERIFY
174         imply LZMA
175         imply SCSI
176         imply TEE
177         imply AVB_VERIFY
178         imply LIBAVB
179         imply CMD_AVB
180         imply PARTITION_TYPE_GUID
181         imply SCP03
182         imply CMD_SCP03
183         imply UDP_FUNCTION_FASTBOOT
184         imply VIRTIO_MMIO
185         imply VIRTIO_PCI
186         imply VIRTIO_SANDBOX
187         imply VIRTIO_BLK
188         imply VIRTIO_NET
189         imply DM_SOUND
190         imply PCI_SANDBOX_EP
191         imply PCH
192         imply PHYLIB
193         imply DM_MDIO
194         imply DM_MDIO_MUX
195         imply ACPI_PMC
196         imply ACPI_PMC_SANDBOX
197         imply CMD_PMC
198         imply CMD_CLONE
199         imply SILENT_CONSOLE
200         imply BOOTARGS_SUBST
201         imply PHY_FIXED
202         imply DM_DSA
203         imply CMD_EXTENSION
204         imply KEYBOARD
205         imply PHYSMEM
206         imply GENERATE_ACPI_TABLE
207
208 config SH
209         bool "SuperH architecture"
210         select HAVE_PRIVATE_LIBGCC
211         select SUPPORT_OF_CONTROL
212
213 config X86
214         bool "x86 architecture"
215         select SUPPORT_SPL
216         select SUPPORT_TPL
217         select CREATE_ARCH_SYMLINK
218         select DM
219         select HAVE_ARCH_IOMAP
220         select HAVE_PRIVATE_LIBGCC
221         select OF_CONTROL
222         select PCI
223         select SUPPORT_ACPI
224         select SUPPORT_OF_CONTROL
225         select SYS_CACHE_SHIFT_6
226         select TIMER
227         select USE_PRIVATE_LIBGCC
228         select X86_TSC_TIMER
229         select IRQ
230         imply HAS_ROM if X86_RESET_VECTOR
231         imply BLK
232         imply CMD_DM
233         imply CMD_FPGA_LOADMK
234         imply CMD_GETTIME
235         imply CMD_IO
236         imply CMD_IRQ
237         imply CMD_PCI
238         imply CMD_SF
239         imply CMD_SF_TEST
240         imply CMD_ZBOOT
241         imply DM_ETH
242         imply DM_GPIO
243         imply DM_KEYBOARD
244         imply DM_MMC
245         imply DM_RTC
246         imply DM_SCSI
247         imply DM_SERIAL
248         imply DM_SPI
249         imply DM_SPI_FLASH
250         imply DM_USB
251         imply DM_VIDEO
252         imply SYSRESET
253         imply SPL_SYSRESET
254         imply SYSRESET_X86
255         imply USB_ETHER_ASIX
256         imply USB_ETHER_SMSC95XX
257         imply USB_HOST_ETHER
258         imply PCH
259         imply PHYSMEM
260         imply RTC_MC146818
261         imply ACPIGEN if !QEMU && !EFI_APP
262         imply SYSINFO if GENERATE_SMBIOS_TABLE
263         imply SYSINFO_SMBIOS if GENERATE_SMBIOS_TABLE
264         imply TIMESTAMP
265
266         # Thing to enable for when SPL/TPL are enabled: SPL
267         imply SPL_DM
268         imply SPL_OF_LIBFDT
269         imply SPL_DRIVERS_MISC
270         imply SPL_GPIO
271         imply SPL_PINCTRL
272         imply SPL_LIBCOMMON_SUPPORT
273         imply SPL_LIBGENERIC_SUPPORT
274         imply SPL_SERIAL
275         imply SPL_SPI_FLASH_SUPPORT
276         imply SPL_SPI
277         imply SPL_OF_CONTROL
278         imply SPL_TIMER
279         imply SPL_REGMAP
280         imply SPL_SYSCON
281         # TPL
282         imply TPL_DM
283         imply TPL_DRIVERS_MISC
284         imply TPL_GPIO
285         imply TPL_PINCTRL
286         imply TPL_LIBCOMMON_SUPPORT
287         imply TPL_LIBGENERIC_SUPPORT
288         imply TPL_SERIAL
289         imply TPL_OF_CONTROL
290         imply TPL_TIMER
291         imply TPL_REGMAP
292         imply TPL_SYSCON
293
294 config XTENSA
295         bool "Xtensa architecture"
296         select CREATE_ARCH_SYMLINK
297         select SUPPORT_OF_CONTROL
298
299 endchoice
300
301 config SYS_ARCH
302         string
303         help
304           This option should contain the architecture name to build the
305           appropriate arch/<CONFIG_SYS_ARCH> directory.
306           All the architectures should specify this option correctly.
307
308 config SYS_CPU
309         string
310         help
311           This option should contain the CPU name to build the correct
312           arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU> directory.
313
314           This is optional.  For those targets without the CPU directory,
315           leave this option empty.
316
317 config SYS_SOC
318         string
319         help
320           This option should contain the SoC name to build the directory
321           arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU>/<CONFIG_SYS_SOC>.
322
323           This is optional.  For those targets without the SoC directory,
324           leave this option empty.
325
326 config SYS_VENDOR
327         string
328         help
329           This option should contain the vendor name of the target board.
330           If it is set and
331           board/<CONFIG_SYS_VENDOR>/common/Makefile exists, the vendor common
332           directory is compiled.
333           If CONFIG_SYS_BOARD is also set, the sources under
334           board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled.
335
336           This is optional.  For those targets without the vendor directory,
337           leave this option empty.
338
339 config SYS_BOARD
340         string
341         help
342           This option should contain the name of the target board.
343           If it is set, either board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
344           or board/<CONFIG_SYS_BOARD> directory is compiled depending on
345           whether CONFIG_SYS_VENDOR is set or not.
346
347           This is optional.  For those targets without the board directory,
348           leave this option empty.
349
350 config SYS_CONFIG_NAME
351         string
352         help
353           This option should contain the base name of board header file.
354           The header file include/configs/<CONFIG_SYS_CONFIG_NAME>.h
355           should be included from include/config.h.
356
357 config SYS_DISABLE_DCACHE_OPS
358         bool
359         help
360          This option disables dcache flush and dcache invalidation
361          operations. For example, on coherent systems where cache
362          operatios are not required, enable this option to avoid them.
363          Note that, its up to the individual architectures to implement
364          this functionality.
365
366 config SYS_IMMR
367         hex
368         depends on PPC || FSL_LSCH2 || FSL_LSCH3 || ARCH_LS1021A
369         default 0xFF000000 if MPC8xx
370         default 0xF0000000 if ARCH_MPC8313
371         default 0xE0000000 if MPC83xx && !ARCH_MPC8313
372         default 0x01000000 if ARCH_LS1021A || FSL_LSCH2 || FSL_LSCH3
373         default SYS_CCSRBAR_DEFAULT
374         help
375           Address for the Internal Memory-Mapped Registers (IMMR) window used
376           to configure the features of many Freescale / NXP SoCs.
377
378 config SKIP_LOWLEVEL_INIT
379         bool "Skip the calls to certain low level initialization functions"
380         depends on ARM || NDS32 || MIPS || RISCV
381         help
382           If enabled, then certain low level initializations (like setting up
383           the memory controller) are omitted and/or U-Boot does not relocate
384           itself into RAM.
385           Normally this variable MUST NOT be defined. The only exception is
386           when U-Boot is loaded (to RAM) by some other boot loader or by a
387           debugger which performs these initializations itself.
388
389 config SPL_SKIP_LOWLEVEL_INIT
390         bool "Skip the calls to certain low level initialization functions"
391         depends on SPL && (ARM || NDS32 || MIPS || RISCV)
392         help
393           If enabled, then certain low level initializations (like setting up
394           the memory controller) are omitted and/or U-Boot does not relocate
395           itself into RAM.
396           Normally this variable MUST NOT be defined. The only exception is
397           when U-Boot is loaded (to RAM) by some other boot loader or by a
398           debugger which performs these initializations itself.
399
400 config TPL_SKIP_LOWLEVEL_INIT
401         bool "Skip the calls to certain low level initialization functions"
402         depends on SPL && ARM
403         help
404           If enabled, then certain low level initializations (like setting up
405           the memory controller) are omitted and/or U-Boot does not relocate
406           itself into RAM.
407           Normally this variable MUST NOT be defined. The only exception is
408           when U-Boot is loaded (to RAM) by some other boot loader or by a
409           debugger which performs these initializations itself.
410
411 config SKIP_LOWLEVEL_INIT_ONLY
412         bool "Skip the call to lowlevel_init during early boot ONLY"
413         depends on ARM
414         help
415           This allows just the call to lowlevel_init() to be skipped. The
416           normal CP15 init (such as enabling the instruction cache) is still
417           performed.
418
419 config SPL_SKIP_LOWLEVEL_INIT_ONLY
420         bool "Skip the call to lowlevel_init during early boot ONLY"
421         depends on SPL && ARM
422         help
423           This allows just the call to lowlevel_init() to be skipped. The
424           normal CP15 init (such as enabling the instruction cache) is still
425           performed.
426
427 config TPL_SKIP_LOWLEVEL_INIT_ONLY
428         bool "Skip the call to lowlevel_init during early boot ONLY"
429         depends on TPL && ARM
430         help
431           This allows just the call to lowlevel_init() to be skipped. The
432           normal CP15 init (such as enabling the instruction cache) is still
433           performed.
434
435 source "arch/arc/Kconfig"
436 source "arch/arm/Kconfig"
437 source "arch/m68k/Kconfig"
438 source "arch/microblaze/Kconfig"
439 source "arch/mips/Kconfig"
440 source "arch/nds32/Kconfig"
441 source "arch/nios2/Kconfig"
442 source "arch/powerpc/Kconfig"
443 source "arch/sandbox/Kconfig"
444 source "arch/sh/Kconfig"
445 source "arch/x86/Kconfig"
446 source "arch/xtensa/Kconfig"
447 source "arch/riscv/Kconfig"