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