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