308245185b83fbef40f2742ae522665dbdf9b896
[oweals/u-boot.git] / arch / arm / Kconfig
1 menu "ARM architecture"
2         depends on ARM
3
4 config SYS_ARCH
5         default "arm"
6
7 config ARM64
8         bool
9         select PHYS_64BIT
10         select SYS_CACHE_SHIFT_6
11
12 config DMA_ADDR_T_64BIT
13         bool
14         default y if ARM64
15
16 config HAS_VBAR
17         bool
18
19 config HAS_THUMB2
20         bool
21
22 config CPU_ARM720T
23         bool
24         select SYS_CACHE_SHIFT_5
25
26 config CPU_ARM920T
27         bool
28         select SYS_CACHE_SHIFT_5
29
30 config CPU_ARM926EJS
31         bool
32         select SYS_CACHE_SHIFT_5
33
34 config CPU_ARM946ES
35         bool
36         select SYS_CACHE_SHIFT_5
37
38 config CPU_ARM1136
39         bool
40         select SYS_CACHE_SHIFT_5
41
42 config CPU_ARM1176
43         bool
44         select HAS_VBAR
45         select SYS_CACHE_SHIFT_5
46
47 config CPU_V7
48         bool
49         select HAS_VBAR
50         select HAS_THUMB2
51         select SYS_CACHE_SHIFT_6
52
53 config CPU_V7M
54         bool
55         select HAS_THUMB2
56         select SYS_CACHE_SHIFT_5
57
58 config CPU_PXA
59         bool
60         select SYS_CACHE_SHIFT_5
61
62 config CPU_SA1100
63         bool
64         select SYS_CACHE_SHIFT_5
65
66 config SYS_CPU
67         default "arm720t" if CPU_ARM720T
68         default "arm920t" if CPU_ARM920T
69         default "arm926ejs" if CPU_ARM926EJS
70         default "arm946es" if CPU_ARM946ES
71         default "arm1136" if CPU_ARM1136
72         default "arm1176" if CPU_ARM1176
73         default "armv7" if CPU_V7
74         default "armv7m" if CPU_V7M
75         default "pxa" if CPU_PXA
76         default "sa1100" if CPU_SA1100
77         default "armv8" if ARM64
78
79 config SYS_ARM_ARCH
80         int
81         default 4 if CPU_ARM720T
82         default 4 if CPU_ARM920T
83         default 5 if CPU_ARM926EJS
84         default 5 if CPU_ARM946ES
85         default 6 if CPU_ARM1136
86         default 6 if CPU_ARM1176
87         default 7 if CPU_V7
88         default 7 if CPU_V7M
89         default 5 if CPU_PXA
90         default 4 if CPU_SA1100
91         default 8 if ARM64
92
93 config SYS_CACHE_SHIFT_5
94         bool
95
96 config SYS_CACHE_SHIFT_6
97         bool
98
99 config SYS_CACHE_SHIFT_7
100         bool
101
102 config SYS_CACHELINE_SIZE
103         int
104         default 128 if SYS_CACHE_SHIFT_7
105         default 64 if SYS_CACHE_SHIFT_6
106         default 32 if SYS_CACHE_SHIFT_5
107
108 config SEMIHOSTING
109         bool "support boot from semihosting"
110         help
111           In emulated environments, semihosting is a way for
112           the hosted environment to call out to the emulator to
113           retrieve files from the host machine.
114
115 config SYS_L2CACHE_OFF
116         bool "L2cache off"
117         help
118           If SoC does not support L2CACHE or one do not want to enable
119           L2CACHE, choose this option.
120
121 config ENABLE_ARM_SOC_BOOT0_HOOK
122         bool "prepare BOOT0 header"
123         help
124           If the SoC's BOOT0 requires a header area filled with (magic)
125           values, then choose this option, and create a define called
126           ARM_SOC_BOOT0_HOOK which contains the required assembler
127           preprocessor code.
128
129 config ARCH_OMAP2
130         bool
131         select CPU_V7
132         select SUPPORT_SPL
133
134 choice
135         prompt "Target select"
136         default TARGET_HIKEY
137
138 config ARCH_AT91
139         bool "Atmel AT91"
140
141 config TARGET_EDB93XX
142         bool "Support edb93xx"
143         select CPU_ARM920T
144
145 config TARGET_VCMA9
146         bool "Support VCMA9"
147         select CPU_ARM920T
148
149 config TARGET_SMDK2410
150         bool "Support smdk2410"
151         select CPU_ARM920T
152
153 config TARGET_ASPENITE
154         bool "Support aspenite"
155         select CPU_ARM926EJS
156
157 config TARGET_GPLUGD
158         bool "Support gplugd"
159         select CPU_ARM926EJS
160
161 config ARCH_DAVINCI
162         bool "TI DaVinci"
163         select CPU_ARM926EJS
164         help
165           Support for TI's DaVinci platform.
166
167 config KIRKWOOD
168         bool "Marvell Kirkwood"
169         select CPU_ARM926EJS
170
171 config ARCH_MVEBU
172         bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
173         select OF_CONTROL
174         select OF_SEPARATE
175         select DM
176         select DM_ETH
177         select DM_SERIAL
178         select DM_SPI
179         select DM_SPI_FLASH
180
181 config TARGET_DEVKIT3250
182         bool "Support devkit3250"
183         select CPU_ARM926EJS
184         select SUPPORT_SPL
185
186 config TARGET_WORK_92105
187         bool "Support work_92105"
188         select CPU_ARM926EJS
189         select SUPPORT_SPL
190
191 config TARGET_MX25PDK
192         bool "Support mx25pdk"
193         select CPU_ARM926EJS
194
195 config TARGET_ZMX25
196         bool "Support zmx25"
197         select CPU_ARM926EJS
198
199 config TARGET_APF27
200         bool "Support apf27"
201         select CPU_ARM926EJS
202         select SUPPORT_SPL
203
204 config TARGET_APX4DEVKIT
205         bool "Support apx4devkit"
206         select CPU_ARM926EJS
207         select SUPPORT_SPL
208
209 config TARGET_XFI3
210         bool "Support xfi3"
211         select CPU_ARM926EJS
212         select SUPPORT_SPL
213
214 config TARGET_M28EVK
215         bool "Support m28evk"
216         select CPU_ARM926EJS
217         select SUPPORT_SPL
218
219 config TARGET_MX23EVK
220         bool "Support mx23evk"
221         select CPU_ARM926EJS
222         select SUPPORT_SPL
223
224 config TARGET_MX28EVK
225         bool "Support mx28evk"
226         select CPU_ARM926EJS
227         select SUPPORT_SPL
228
229 config TARGET_MX23_OLINUXINO
230         bool "Support mx23_olinuxino"
231         select CPU_ARM926EJS
232         select SUPPORT_SPL
233
234 config TARGET_BG0900
235         bool "Support bg0900"
236         select CPU_ARM926EJS
237         select SUPPORT_SPL
238
239 config TARGET_SANSA_FUZE_PLUS
240         bool "Support sansa_fuze_plus"
241         select CPU_ARM926EJS
242         select SUPPORT_SPL
243
244 config TARGET_SC_SPS_1
245         bool "Support sc_sps_1"
246         select CPU_ARM926EJS
247         select SUPPORT_SPL
248
249 config ORION5X
250         bool "Marvell Orion"
251         select CPU_ARM926EJS
252
253 config TARGET_SPEAR300
254         bool "Support spear300"
255         select CPU_ARM926EJS
256
257 config TARGET_SPEAR310
258         bool "Support spear310"
259         select CPU_ARM926EJS
260
261 config TARGET_SPEAR320
262         bool "Support spear320"
263         select CPU_ARM926EJS
264
265 config TARGET_SPEAR600
266         bool "Support spear600"
267         select CPU_ARM926EJS
268
269 config TARGET_STV0991
270         bool "Support stv0991"
271         select CPU_V7
272         select DM
273         select DM_SERIAL
274         select DM_SPI
275         select DM_SPI_FLASH
276         select SPI_FLASH
277
278 config TARGET_X600
279         bool "Support x600"
280         select CPU_ARM926EJS
281         select SUPPORT_SPL
282
283 config TARGET_IMX31_PHYCORE
284         bool "Support imx31_phycore"
285         select CPU_ARM1136
286
287 config TARGET_MX31ADS
288         bool "Support mx31ads"
289         select CPU_ARM1136
290
291 config TARGET_MX31PDK
292         bool "Support mx31pdk"
293         select CPU_ARM1136
294         select SUPPORT_SPL
295
296 config TARGET_WOODBURN
297         bool "Support woodburn"
298         select CPU_ARM1136
299
300 config TARGET_WOODBURN_SD
301         bool "Support woodburn_sd"
302         select CPU_ARM1136
303         select SUPPORT_SPL
304
305 config TARGET_FLEA3
306         bool "Support flea3"
307         select CPU_ARM1136
308
309 config TARGET_MX35PDK
310         bool "Support mx35pdk"
311         select CPU_ARM1136
312
313 config ARCH_BCM283X
314         bool "Broadcom BCM283X family"
315         select DM
316         select DM_SERIAL
317         select DM_GPIO
318
319 config TARGET_VEXPRESS_CA15_TC2
320         bool "Support vexpress_ca15_tc2"
321         select CPU_V7
322         select CPU_V7_HAS_NONSEC
323         select CPU_V7_HAS_VIRT
324
325 config TARGET_VEXPRESS_CA5X2
326         bool "Support vexpress_ca5x2"
327         select CPU_V7
328
329 config TARGET_VEXPRESS_CA9X4
330         bool "Support vexpress_ca9x4"
331         select CPU_V7
332
333 config TARGET_BRXRE1
334         bool "Support BRXRE1"
335         select ARCH_OMAP2
336
337 config TARGET_BRPPT1
338         bool "Support BRPPT1"
339         select ARCH_OMAP2
340
341 config TARGET_DRACO
342         bool "Support draco"
343         select ARCH_OMAP2
344         select DM
345         select DM_SERIAL
346         select DM_GPIO
347
348 config TARGET_THUBAN
349         bool "Support thuban"
350         select ARCH_OMAP2
351         select DM
352         select DM_SERIAL
353         select DM_GPIO
354
355 config TARGET_RASTABAN
356         bool "Support rastaban"
357         select ARCH_OMAP2
358         select DM
359         select DM_SERIAL
360         select DM_GPIO
361
362 config TARGET_ETAMIN
363         bool "Support etamin"
364         select ARCH_OMAP2
365         select DM
366         select DM_SERIAL
367         select DM_GPIO
368
369 config TARGET_PXM2
370         bool "Support pxm2"
371         select ARCH_OMAP2
372         select DM
373         select DM_SERIAL
374         select DM_GPIO
375
376 config TARGET_RUT
377         bool "Support rut"
378         select ARCH_OMAP2
379         select DM
380         select DM_SERIAL
381         select DM_GPIO
382
383 config TARGET_TI814X_EVM
384         bool "Support ti814x_evm"
385         select ARCH_OMAP2
386
387 config TARGET_TI816X_EVM
388         bool "Support ti816x_evm"
389         select ARCH_OMAP2
390
391 config TARGET_BCM23550_W1D
392         bool "Support bcm23550_w1d"
393         select CPU_V7
394
395 config TARGET_BCM28155_AP
396         bool "Support bcm28155_ap"
397         select CPU_V7
398
399 config TARGET_BCMCYGNUS
400         bool "Support bcmcygnus"
401         select CPU_V7
402
403 config TARGET_BCMNSP
404         bool "Support bcmnsp"
405         select CPU_V7
406
407 config ARCH_EXYNOS
408         bool "Samsung EXYNOS"
409         select DM
410         select DM_SPI_FLASH
411         select DM_SERIAL
412         select DM_SPI
413         select DM_GPIO
414         select DM_KEYBOARD
415
416 config ARCH_S5PC1XX
417         bool "Samsung S5PC1XX"
418         select CPU_V7
419         select DM
420         select DM_SERIAL
421         select DM_GPIO
422
423 config ARCH_HIGHBANK
424         bool "Calxeda Highbank"
425         select CPU_V7
426
427 config ARCH_INTEGRATOR
428         bool "ARM Ltd. Integrator family"
429         select DM
430         select DM_SERIAL
431
432 config ARCH_KEYSTONE
433         bool "TI Keystone"
434         select CPU_V7
435         select SUPPORT_SPL
436         select CMD_POWEROFF
437
438 config ARCH_MESON
439         bool "Amlogic Meson"
440         help
441           Support for the Meson SoC family developed by Amlogic Inc.,
442           targeted at media players and tablet computers. We currently
443           support the S905 (GXBaby) 64-bit SoC.
444
445 config ARCH_MX7
446         bool "Freescale MX7"
447         select CPU_V7
448
449 config ARCH_MX6
450         bool "Freescale MX6"
451         select CPU_V7
452
453 config ARCH_MX5
454         bool "Freescale MX5"
455         select CPU_V7
456
457 config TARGET_M53EVK
458         bool "Support m53evk"
459         select CPU_V7
460         select SUPPORT_SPL
461
462 config TARGET_MX51EVK
463         bool "Support mx51evk"
464         select CPU_V7
465
466 config TARGET_MX53ARD
467         bool "Support mx53ard"
468         select CPU_V7
469
470 config TARGET_MX53EVK
471         bool "Support mx53evk"
472         select CPU_V7
473
474 config TARGET_MX53LOCO
475         bool "Support mx53loco"
476         select CPU_V7
477
478 config TARGET_MX53SMD
479         bool "Support mx53smd"
480         select CPU_V7
481
482 config OMAP34XX
483         bool "OMAP34XX SoC"
484         select ARCH_OMAP2
485         select USE_TINY_PRINTF
486
487 config OMAP44XX
488         bool "OMAP44XX SoC"
489         select ARCH_OMAP2
490         select USE_TINY_PRINTF
491
492 config OMAP54XX
493         bool "OMAP54XX SoC"
494         select ARCH_OMAP2
495
496 config AM43XX
497         bool "AM43XX SoC"
498         select ARCH_OMAP2
499         help
500           Support for AM43xx SOC from Texas Instruments.
501           The AM43xx high performance SOC features a Cortex-A9
502           ARM core, a quad core PRU-ICSS for industrial Ethernet
503           protocols, dual camera support, optional 3D graphics
504           and an optional customer programmable secure boot.
505
506 config AM33XX
507         bool "AM33XX SoC"
508         select ARCH_OMAP2
509         help
510           Support for AM335x SOC from Texas Instruments.
511           The AM335x high performance SOC features a Cortex-A8
512           ARM core, a dual core PRU-ICSS for industrial Ethernet
513           protocols, optional 3D graphics and an optional customer
514           programmable secure boot.
515
516 config ARCH_RMOBILE
517         bool "Renesas ARM SoCs"
518         select DM
519         select DM_SERIAL
520
521 config TARGET_S32V234EVB
522         bool "Support s32v234evb"
523         select ARM64
524
525 config ARCH_SNAPDRAGON
526         bool "Qualcomm Snapdragon SoCs"
527         select ARM64
528         select DM
529         select DM_GPIO
530         select DM_SERIAL
531         select SPMI
532         select OF_CONTROL
533         select OF_SEPARATE
534
535 config ARCH_SOCFPGA
536         bool "Altera SOCFPGA family"
537         select CPU_V7
538         select SUPPORT_SPL
539         select OF_CONTROL
540         select SPL_OF_CONTROL
541         select DM
542         select DM_SPI_FLASH
543         select DM_SPI
544
545 config TARGET_CM_T43
546         bool "Support cm_t43"
547         select CPU_V7
548         select SUPPORT_SPL
549
550 config ARCH_SUNXI
551         bool "Support sunxi (Allwinner) SoCs"
552         select CMD_GPIO
553         select CMD_MMC if MMC
554         select CMD_USB
555         select DM
556         select DM_ETH
557         select DM_GPIO
558         select DM_KEYBOARD
559         select DM_SERIAL
560         select DM_USB
561         select OF_BOARD_SETUP
562         select OF_CONTROL
563         select OF_SEPARATE
564         select SPL_STACK_R if SUPPORT_SPL
565         select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
566         select SYS_NS16550
567         select USB
568         select USB_STORAGE
569         select USB_KEYBOARD
570         select USE_TINY_PRINTF
571
572 config TARGET_TS4800
573         bool "Support TS4800"
574         select CPU_V7
575
576 config TARGET_VF610TWR
577         bool "Support vf610twr"
578         select CPU_V7
579
580 config TARGET_COLIBRI_VF
581         bool "Support Colibri VF50/61"
582         select CPU_V7
583
584 config TARGET_PCM052
585         bool "Support pcm-052"
586         select CPU_V7
587
588 config TARGET_BK4R1
589         bool "Support BK4r1"
590         select CPU_V7
591
592 config ARCH_ZYNQ
593         bool "Xilinx Zynq Platform"
594         select CPU_V7
595         select SUPPORT_SPL
596         select OF_CONTROL
597         select SPL_OF_CONTROL if SPL
598         select DM
599         select DM_ETH
600         select DM_GPIO
601         select SPL_DM if SPL
602         select DM_MMC
603         select DM_MMC_OPS
604         select DM_SPI
605         select DM_SERIAL
606         select DM_SPI_FLASH
607         select SPL_SEPARATE_BSS if SPL
608         select DM_USB if USB
609         select BLK
610
611 config ARCH_ZYNQMP
612         bool "Support Xilinx ZynqMP Platform"
613         select ARM64
614         select DM
615         select OF_CONTROL
616         select DM_SERIAL
617         select SUPPORT_SPL
618         select CLK
619         select SPL_CLK
620         select DM_USB if USB
621
622 config TEGRA
623         bool "NVIDIA Tegra"
624
625 config TARGET_VEXPRESS64_AEMV8A
626         bool "Support vexpress_aemv8a"
627         select ARM64
628
629 config TARGET_VEXPRESS64_BASE_FVP
630         bool "Support Versatile Express ARMv8a FVP BASE model"
631         select ARM64
632         select SEMIHOSTING
633
634 config TARGET_VEXPRESS64_BASE_FVP_DRAM
635         bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
636         select ARM64
637         help
638           This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
639           the default config to allow the user to load the images directly into
640           DRAM using model parameters rather than by using semi-hosting to load
641           the files from the host filesystem.
642
643 config TARGET_VEXPRESS64_JUNO
644         bool "Support Versatile Express Juno Development Platform"
645         select ARM64
646
647 config TARGET_LS2080A_EMU
648         bool "Support ls2080a_emu"
649         select ARCH_LS2080A
650         select ARM64
651         select ARMV8_MULTIENTRY
652         help
653           Support for Freescale LS2080A_EMU platform
654           The LS2080A Development System (EMULATOR) is a pre silicon
655           development platform that supports the QorIQ LS2080A
656           Layerscape Architecture processor.
657
658 config TARGET_LS2080A_SIMU
659         bool "Support ls2080a_simu"
660         select ARCH_LS2080A
661         select ARM64
662         select ARMV8_MULTIENTRY
663         help
664           Support for Freescale LS2080A_SIMU platform
665           The LS2080A Development System (QDS) is a pre silicon
666           development platform that supports the QorIQ LS2080A
667           Layerscape Architecture processor.
668
669 config TARGET_LS2080AQDS
670         bool "Support ls2080aqds"
671         select ARCH_LS2080A
672         select ARM64
673         select ARMV8_MULTIENTRY
674         select SUPPORT_SPL
675         help
676           Support for Freescale LS2080AQDS platform
677           The LS2080A Development System (QDS) is a high-performance
678           development platform that supports the QorIQ LS2080A
679           Layerscape Architecture processor.
680
681 config TARGET_LS2080ARDB
682         bool "Support ls2080ardb"
683         select ARCH_LS2080A
684         select ARM64
685         select ARMV8_MULTIENTRY
686         select SUPPORT_SPL
687         help
688           Support for Freescale LS2080ARDB platform.
689           The LS2080A Reference design board (RDB) is a high-performance
690           development platform that supports the QorIQ LS2080A
691           Layerscape Architecture processor.
692
693 config TARGET_HIKEY
694         bool "Support HiKey 96boards Consumer Edition Platform"
695         select ARM64
696         select DM
697         select DM_GPIO
698         select DM_SERIAL
699         select OF_CONTROL
700           help
701           Support for HiKey 96boards platform. It features a HI6220
702           SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
703
704 config TARGET_LS1012AQDS
705         bool "Support ls1012aqds"
706         select ARCH_LS1012A
707         select ARM64
708         help
709           Support for Freescale LS1012AQDS platform.
710           The LS1012A Development System (QDS) is a high-performance
711           development platform that supports the QorIQ LS1012A
712           Layerscape Architecture processor.
713
714 config TARGET_LS1012ARDB
715         bool "Support ls1012ardb"
716         select ARCH_LS1012A
717         select ARM64
718         help
719           Support for Freescale LS1012ARDB platform.
720           The LS1012A Reference design board (RDB) is a high-performance
721           development platform that supports the QorIQ LS1012A
722           Layerscape Architecture processor.
723
724 config TARGET_LS1012AFRDM
725         bool "Support ls1012afrdm"
726         select ARCH_LS1012A
727         select ARM64
728         help
729           Support for Freescale LS1012AFRDM platform.
730           The LS1012A Freedom  board (FRDM) is a high-performance
731           development platform that supports the QorIQ LS1012A
732           Layerscape Architecture processor.
733
734 config TARGET_LS1021AQDS
735         bool "Support ls1021aqds"
736         select CPU_V7
737         select CPU_V7_HAS_NONSEC
738         select CPU_V7_HAS_VIRT
739         select SUPPORT_SPL
740         select ARCH_LS1021A
741         select ARCH_SUPPORT_PSCI
742         select LS1_DEEP_SLEEP
743
744 config TARGET_LS1021ATWR
745         bool "Support ls1021atwr"
746         select CPU_V7
747         select CPU_V7_HAS_NONSEC
748         select CPU_V7_HAS_VIRT
749         select SUPPORT_SPL
750         select ARCH_LS1021A
751         select ARCH_SUPPORT_PSCI
752         select LS1_DEEP_SLEEP
753
754 config TARGET_LS1043AQDS
755         bool "Support ls1043aqds"
756         select ARCH_LS1043A
757         select ARM64
758         select ARMV8_MULTIENTRY
759         select SUPPORT_SPL
760         help
761           Support for Freescale LS1043AQDS platform.
762
763 config TARGET_LS1043ARDB
764         bool "Support ls1043ardb"
765         select ARCH_LS1043A
766         select ARM64
767         select ARMV8_MULTIENTRY
768         select SUPPORT_SPL
769         help
770           Support for Freescale LS1043ARDB platform.
771
772 config TARGET_LS1046AQDS
773         bool "Support ls1046aqds"
774         select ARCH_LS1046A
775         select ARM64
776         select ARMV8_MULTIENTRY
777         select SUPPORT_SPL
778         select DM_SPI_FLASH if DM_SPI
779         help
780           Support for Freescale LS1046AQDS platform.
781           The LS1046A Development System (QDS) is a high-performance
782           development platform that supports the QorIQ LS1046A
783           Layerscape Architecture processor.
784
785 config TARGET_LS1046ARDB
786         bool "Support ls1046ardb"
787         select ARCH_LS1046A
788         select ARM64
789         select ARMV8_MULTIENTRY
790         select SUPPORT_SPL
791         select DM_SPI_FLASH if DM_SPI
792         help
793           Support for Freescale LS1046ARDB platform.
794           The LS1046A Reference Design Board (RDB) is a high-performance
795           development platform that supports the QorIQ LS1046A
796           Layerscape Architecture processor.
797
798 config TARGET_H2200
799         bool "Support h2200"
800         select CPU_PXA
801
802 config TARGET_ZIPITZ2
803         bool "Support zipitz2"
804         select CPU_PXA
805
806 config TARGET_COLIBRI_PXA270
807         bool "Support colibri_pxa270"
808         select CPU_PXA
809
810 config ARCH_UNIPHIER
811         bool "Socionext UniPhier SoCs"
812         select BLK
813         select CLK_UNIPHIER
814         select DM
815         select DM_GPIO
816         select DM_I2C
817         select DM_MMC
818         select DM_RESET
819         select DM_SERIAL
820         select DM_USB
821         select OF_CONTROL
822         select OF_LIBFDT
823         select PINCTRL
824         select SPL
825         select SPL_DM
826         select SPL_LIBCOMMON_SUPPORT
827         select SPL_LIBGENERIC_SUPPORT
828         select SPL_OF_CONTROL
829         select SPL_PINCTRL
830         select SUPPORT_SPL
831         help
832           Support for UniPhier SoC family developed by Socionext Inc.
833           (formerly, System LSI Business Division of Panasonic Corporation)
834
835 config STM32
836         bool "Support STM32"
837         select CPU_V7M
838         select DM
839         select DM_SERIAL
840
841 config ARCH_ROCKCHIP
842         bool "Support Rockchip SoCs"
843         select OF_CONTROL
844         select BLK
845         select DM
846         select SPL_DM if SPL
847         select SYS_MALLOC_F
848         select SPL_SYS_MALLOC_SIMPLE if SPL
849         select DM_GPIO
850         select DM_I2C
851         select DM_MMC
852         select DM_MMC_OPS
853         select DM_SERIAL
854         select DM_SPI
855         select DM_SPI_FLASH
856         select DM_USB if USB
857         select DM_PWM
858         select DM_REGULATOR
859
860 config TARGET_THUNDERX_88XX
861         bool "Support ThunderX 88xx"
862         select ARM64
863         select OF_CONTROL
864         select SYS_CACHE_SHIFT_7
865
866 endchoice
867
868 source "arch/arm/mach-at91/Kconfig"
869
870 source "arch/arm/mach-bcm283x/Kconfig"
871
872 source "arch/arm/mach-davinci/Kconfig"
873
874 source "arch/arm/mach-exynos/Kconfig"
875
876 source "arch/arm/mach-highbank/Kconfig"
877
878 source "arch/arm/mach-integrator/Kconfig"
879
880 source "arch/arm/mach-keystone/Kconfig"
881
882 source "arch/arm/mach-kirkwood/Kconfig"
883
884 source "arch/arm/mach-mvebu/Kconfig"
885
886 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
887
888 source "arch/arm/cpu/armv7/mx7/Kconfig"
889
890 source "arch/arm/cpu/armv7/mx6/Kconfig"
891
892 source "arch/arm/cpu/armv7/mx5/Kconfig"
893
894 source "arch/arm/cpu/armv7/omap-common/Kconfig"
895
896 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
897
898 source "arch/arm/mach-orion5x/Kconfig"
899
900 source "arch/arm/mach-rmobile/Kconfig"
901
902 source "arch/arm/mach-meson/Kconfig"
903
904 source "arch/arm/mach-rockchip/Kconfig"
905
906 source "arch/arm/mach-s5pc1xx/Kconfig"
907
908 source "arch/arm/mach-snapdragon/Kconfig"
909
910 source "arch/arm/mach-socfpga/Kconfig"
911
912 source "arch/arm/mach-stm32/Kconfig"
913
914 source "arch/arm/mach-tegra/Kconfig"
915
916 source "arch/arm/mach-uniphier/Kconfig"
917
918 source "arch/arm/mach-zynq/Kconfig"
919
920 source "arch/arm/cpu/armv7/Kconfig"
921
922 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
923
924 source "arch/arm/cpu/armv8/Kconfig"
925
926 source "arch/arm/imx-common/Kconfig"
927
928 source "board/bosch/shc/Kconfig"
929 source "board/BuR/brxre1/Kconfig"
930 source "board/BuR/brppt1/Kconfig"
931 source "board/CarMediaLab/flea3/Kconfig"
932 source "board/Marvell/aspenite/Kconfig"
933 source "board/Marvell/gplugd/Kconfig"
934 source "board/armadeus/apf27/Kconfig"
935 source "board/armltd/vexpress/Kconfig"
936 source "board/armltd/vexpress64/Kconfig"
937 source "board/bluegiga/apx4devkit/Kconfig"
938 source "board/broadcom/bcm23550_w1d/Kconfig"
939 source "board/broadcom/bcm28155_ap/Kconfig"
940 source "board/broadcom/bcmcygnus/Kconfig"
941 source "board/broadcom/bcmnsp/Kconfig"
942 source "board/cavium/thunderx/Kconfig"
943 source "board/cirrus/edb93xx/Kconfig"
944 source "board/compulab/cm_t335/Kconfig"
945 source "board/compulab/cm_t43/Kconfig"
946 source "board/creative/xfi3/Kconfig"
947 source "board/denx/m28evk/Kconfig"
948 source "board/denx/m53evk/Kconfig"
949 source "board/freescale/ls2080a/Kconfig"
950 source "board/freescale/ls2080aqds/Kconfig"
951 source "board/freescale/ls2080ardb/Kconfig"
952 source "board/freescale/ls1021aqds/Kconfig"
953 source "board/freescale/ls1043aqds/Kconfig"
954 source "board/freescale/ls1021atwr/Kconfig"
955 source "board/freescale/ls1046aqds/Kconfig"
956 source "board/freescale/ls1043ardb/Kconfig"
957 source "board/freescale/ls1046ardb/Kconfig"
958 source "board/freescale/ls1012aqds/Kconfig"
959 source "board/freescale/ls1012ardb/Kconfig"
960 source "board/freescale/ls1012afrdm/Kconfig"
961 source "board/freescale/mx23evk/Kconfig"
962 source "board/freescale/mx25pdk/Kconfig"
963 source "board/freescale/mx28evk/Kconfig"
964 source "board/freescale/mx31ads/Kconfig"
965 source "board/freescale/mx31pdk/Kconfig"
966 source "board/freescale/mx35pdk/Kconfig"
967 source "board/freescale/mx51evk/Kconfig"
968 source "board/freescale/mx53ard/Kconfig"
969 source "board/freescale/mx53evk/Kconfig"
970 source "board/freescale/mx53loco/Kconfig"
971 source "board/freescale/mx53smd/Kconfig"
972 source "board/freescale/s32v234evb/Kconfig"
973 source "board/freescale/vf610twr/Kconfig"
974 source "board/gumstix/pepper/Kconfig"
975 source "board/h2200/Kconfig"
976 source "board/hisilicon/hikey/Kconfig"
977 source "board/imx31_phycore/Kconfig"
978 source "board/isee/igep0033/Kconfig"
979 source "board/mpl/vcma9/Kconfig"
980 source "board/olimex/mx23_olinuxino/Kconfig"
981 source "board/phytec/pcm051/Kconfig"
982 source "board/phytec/pcm052/Kconfig"
983 source "board/ppcag/bg0900/Kconfig"
984 source "board/samsung/smdk2410/Kconfig"
985 source "board/sandisk/sansa_fuze_plus/Kconfig"
986 source "board/schulercontrol/sc_sps_1/Kconfig"
987 source "board/siemens/draco/Kconfig"
988 source "board/siemens/pxm2/Kconfig"
989 source "board/siemens/rut/Kconfig"
990 source "board/silica/pengwyn/Kconfig"
991 source "board/spear/spear300/Kconfig"
992 source "board/spear/spear310/Kconfig"
993 source "board/spear/spear320/Kconfig"
994 source "board/spear/spear600/Kconfig"
995 source "board/spear/x600/Kconfig"
996 source "board/st/stv0991/Kconfig"
997 source "board/sunxi/Kconfig"
998 source "board/syteco/zmx25/Kconfig"
999 source "board/tcl/sl50/Kconfig"
1000 source "board/ti/am335x/Kconfig"
1001 source "board/ti/am43xx/Kconfig"
1002 source "board/birdland/bav335x/Kconfig"
1003 source "board/ti/ti814x/Kconfig"
1004 source "board/ti/ti816x/Kconfig"
1005 source "board/timll/devkit3250/Kconfig"
1006 source "board/toradex/colibri_pxa270/Kconfig"
1007 source "board/toradex/colibri_vf/Kconfig"
1008 source "board/technologic/ts4800/Kconfig"
1009 source "board/vscom/baltos/Kconfig"
1010 source "board/woodburn/Kconfig"
1011 source "board/work-microwave/work_92105/Kconfig"
1012 source "board/zipitz2/Kconfig"
1013
1014 source "arch/arm/Kconfig.debug"
1015
1016 endmenu