]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/Kconfig
arm: mvebu: Add SPI driver model support
[people/ms/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
10 config HAS_VBAR
11 bool
12
13 config HAS_THUMB2
14 bool
15
16 config CPU_ARM720T
17 bool
18
19 config CPU_ARM920T
20 bool
21
22 config CPU_ARM926EJS
23 bool
24
25 config CPU_ARM946ES
26 bool
27
28 config CPU_ARM1136
29 bool
30
31 config CPU_ARM1176
32 bool
33 select HAS_VBAR
34
35 config CPU_V7
36 bool
37 select HAS_VBAR
38 select HAS_THUMB2
39
40 config CPU_V7M
41 bool
42 select HAS_THUMB2
43
44 config CPU_PXA
45 bool
46
47 config CPU_SA1100
48 bool
49
50 config SYS_CPU
51 default "arm720t" if CPU_ARM720T
52 default "arm920t" if CPU_ARM920T
53 default "arm926ejs" if CPU_ARM926EJS
54 default "arm946es" if CPU_ARM946ES
55 default "arm1136" if CPU_ARM1136
56 default "arm1176" if CPU_ARM1176
57 default "armv7" if CPU_V7
58 default "armv7m" if CPU_V7M
59 default "pxa" if CPU_PXA
60 default "sa1100" if CPU_SA1100
61 default "armv8" if ARM64
62
63 config SEMIHOSTING
64 bool "support boot from semihosting"
65 help
66 In emulated environments, semihosting is a way for
67 the hosted environment to call out to the emulator to
68 retrieve files from the host machine.
69
70 config SYS_L2CACHE_OFF
71 bool "L2cache off"
72 help
73 If SoC does not support L2CACHE or one do not want to enable
74 L2CACHE, choose this option.
75
76 choice
77 prompt "Target select"
78 default TARGET_HIKEY
79
80 config ARCH_AT91
81 bool "Atmel AT91"
82
83 config TARGET_EDB93XX
84 bool "Support edb93xx"
85 select CPU_ARM920T
86
87 config TARGET_VCMA9
88 bool "Support VCMA9"
89 select CPU_ARM920T
90
91 config TARGET_SMDK2410
92 bool "Support smdk2410"
93 select CPU_ARM920T
94
95 config TARGET_ASPENITE
96 bool "Support aspenite"
97 select CPU_ARM926EJS
98
99 config TARGET_GPLUGD
100 bool "Support gplugd"
101 select CPU_ARM926EJS
102
103 config ARCH_DAVINCI
104 bool "TI DaVinci"
105 select CPU_ARM926EJS
106 help
107 Support for TI's DaVinci platform.
108
109 config KIRKWOOD
110 bool "Marvell Kirkwood"
111 select CPU_ARM926EJS
112
113 config ARCH_MVEBU
114 bool "Marvell MVEBU family (Armada XP/38x)"
115 select CPU_V7
116 select SUPPORT_SPL
117 select OF_CONTROL
118 select OF_SEPARATE
119 select DM
120 select DM_SERIAL
121 select DM_SPI
122 select DM_SPI_FLASH
123 select SPL_DM
124 select SPL_OF_CONTROL
125 select SPL_SIMPLE_BUS
126
127 config TARGET_DEVKIT3250
128 bool "Support devkit3250"
129 select CPU_ARM926EJS
130 select SUPPORT_SPL
131
132 config TARGET_WORK_92105
133 bool "Support work_92105"
134 select CPU_ARM926EJS
135 select SUPPORT_SPL
136
137 config TARGET_MX25PDK
138 bool "Support mx25pdk"
139 select CPU_ARM926EJS
140
141 config TARGET_ZMX25
142 bool "Support zmx25"
143 select CPU_ARM926EJS
144
145 config TARGET_APF27
146 bool "Support apf27"
147 select CPU_ARM926EJS
148 select SUPPORT_SPL
149
150 config TARGET_APX4DEVKIT
151 bool "Support apx4devkit"
152 select CPU_ARM926EJS
153 select SUPPORT_SPL
154
155 config TARGET_XFI3
156 bool "Support xfi3"
157 select CPU_ARM926EJS
158 select SUPPORT_SPL
159
160 config TARGET_M28EVK
161 bool "Support m28evk"
162 select CPU_ARM926EJS
163 select SUPPORT_SPL
164
165 config TARGET_MX23EVK
166 bool "Support mx23evk"
167 select CPU_ARM926EJS
168 select SUPPORT_SPL
169
170 config TARGET_MX28EVK
171 bool "Support mx28evk"
172 select CPU_ARM926EJS
173 select SUPPORT_SPL
174
175 config TARGET_MX23_OLINUXINO
176 bool "Support mx23_olinuxino"
177 select CPU_ARM926EJS
178 select SUPPORT_SPL
179
180 config TARGET_BG0900
181 bool "Support bg0900"
182 select CPU_ARM926EJS
183 select SUPPORT_SPL
184
185 config TARGET_SANSA_FUZE_PLUS
186 bool "Support sansa_fuze_plus"
187 select CPU_ARM926EJS
188 select SUPPORT_SPL
189
190 config TARGET_SC_SPS_1
191 bool "Support sc_sps_1"
192 select CPU_ARM926EJS
193 select SUPPORT_SPL
194
195 config ORION5X
196 bool "Marvell Orion"
197 select CPU_ARM926EJS
198
199 config TARGET_SPEAR300
200 bool "Support spear300"
201 select CPU_ARM926EJS
202
203 config TARGET_SPEAR310
204 bool "Support spear310"
205 select CPU_ARM926EJS
206
207 config TARGET_SPEAR320
208 bool "Support spear320"
209 select CPU_ARM926EJS
210
211 config TARGET_SPEAR600
212 bool "Support spear600"
213 select CPU_ARM926EJS
214
215 config TARGET_STV0991
216 bool "Support stv0991"
217 select CPU_V7
218 select DM
219 select DM_SERIAL
220 select DM_SPI
221 select DM_SPI_FLASH
222 select SPI_FLASH
223
224 config TARGET_X600
225 bool "Support x600"
226 select CPU_ARM926EJS
227 select SUPPORT_SPL
228
229 config TARGET_IMX31_PHYCORE
230 bool "Support imx31_phycore"
231 select CPU_ARM1136
232
233 config TARGET_MX31ADS
234 bool "Support mx31ads"
235 select CPU_ARM1136
236
237 config TARGET_MX31PDK
238 bool "Support mx31pdk"
239 select CPU_ARM1136
240 select SUPPORT_SPL
241
242 config TARGET_WOODBURN
243 bool "Support woodburn"
244 select CPU_ARM1136
245
246 config TARGET_WOODBURN_SD
247 bool "Support woodburn_sd"
248 select CPU_ARM1136
249 select SUPPORT_SPL
250
251 config TARGET_FLEA3
252 bool "Support flea3"
253 select CPU_ARM1136
254
255 config TARGET_MX35PDK
256 bool "Support mx35pdk"
257 select CPU_ARM1136
258
259 config ARCH_BCM283X
260 bool "Broadcom BCM283X family"
261 select DM
262 select DM_SERIAL
263 select DM_GPIO
264
265 config TARGET_VEXPRESS_CA15_TC2
266 bool "Support vexpress_ca15_tc2"
267 select CPU_V7
268 select CPU_V7_HAS_NONSEC
269 select CPU_V7_HAS_VIRT
270
271 config TARGET_VEXPRESS_CA5X2
272 bool "Support vexpress_ca5x2"
273 select CPU_V7
274
275 config TARGET_VEXPRESS_CA9X4
276 bool "Support vexpress_ca9x4"
277 select CPU_V7
278
279 config TARGET_KWB
280 bool "Support kwb"
281 select CPU_V7
282 select SUPPORT_SPL
283
284 config TARGET_TSERIES
285 bool "Support tseries"
286 select CPU_V7
287 select SUPPORT_SPL
288
289 config TARGET_CM_T335
290 bool "Support cm_t335"
291 select CPU_V7
292 select SUPPORT_SPL
293 select DM
294 select DM_SERIAL
295 select DM_GPIO
296
297 config TARGET_PEPPER
298 bool "Support pepper"
299 select CPU_V7
300 select SUPPORT_SPL
301 select DM
302 select DM_SERIAL
303 select DM_GPIO
304
305 config TARGET_AM335X_IGEP0033
306 bool "Support am335x_igep0033"
307 select CPU_V7
308 select SUPPORT_SPL
309 select DM
310 select DM_SERIAL
311 select DM_GPIO
312
313 config TARGET_PCM051
314 bool "Support pcm051"
315 select CPU_V7
316 select SUPPORT_SPL
317 select DM
318 select DM_SERIAL
319 select DM_GPIO
320
321 config TARGET_DRACO
322 bool "Support draco"
323 select CPU_V7
324 select SUPPORT_SPL
325
326 config TARGET_THUBAN
327 bool "Support thuban"
328 select CPU_V7
329 select SUPPORT_SPL
330
331 config TARGET_RASTABAN
332 bool "Support rastaban"
333 select CPU_V7
334 select SUPPORT_SPL
335
336 config TARGET_PXM2
337 bool "Support pxm2"
338 select CPU_V7
339 select SUPPORT_SPL
340
341 config TARGET_RUT
342 bool "Support rut"
343 select CPU_V7
344 select SUPPORT_SPL
345
346 config TARGET_PENGWYN
347 bool "Support pengwyn"
348 select CPU_V7
349 select SUPPORT_SPL
350 select DM
351 select DM_SERIAL
352 select DM_GPIO
353
354 config TARGET_AM335X_BALTOS
355 bool "Support am335x_baltos"
356 select CPU_V7
357 select SUPPORT_SPL
358 select DM
359 select DM_SERIAL
360 select DM_GPIO
361
362 config TARGET_AM335X_EVM
363 bool "Support am335x_evm"
364 select CPU_V7
365 select SUPPORT_SPL
366 select DM
367 select DM_SERIAL
368 select DM_GPIO
369
370 config TARGET_AM335X_SL50
371 bool "Support am335x_sl50"
372 select CPU_V7
373 select SUPPORT_SPL
374 select DM
375 select DM_SERIAL
376
377 config TARGET_AM43XX_EVM
378 bool "Support am43xx_evm"
379 select CPU_V7
380 select SUPPORT_SPL
381
382 config TARGET_BAV335X
383 bool "Support bav335x"
384 select CPU_V7
385 select SUPPORT_SPL
386 select DM
387 select DM_SERIAL
388 help
389 The BAV335x OEM Network Processor integrates all the functions of an
390 embedded network computer in a small, easy to use SODIMM module which
391 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
392 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
393 ethernet with simple connection to external connectors.
394
395 For more information, visit: http://birdland.com/oem
396
397 config TARGET_TI814X_EVM
398 bool "Support ti814x_evm"
399 select CPU_V7
400 select SUPPORT_SPL
401
402 config TARGET_TI816X_EVM
403 bool "Support ti816x_evm"
404 select CPU_V7
405 select SUPPORT_SPL
406
407 config TARGET_BCM28155_AP
408 bool "Support bcm28155_ap"
409 select CPU_V7
410
411 config TARGET_BCMCYGNUS
412 bool "Support bcmcygnus"
413 select CPU_V7
414
415 config TARGET_BCMNSP
416 bool "Support bcmnsp"
417 select CPU_V7
418
419 config ARCH_EXYNOS
420 bool "Samsung EXYNOS"
421 select CPU_V7
422 select DM
423 select DM_SPI_FLASH
424 select DM_SERIAL
425 select DM_SPI
426 select DM_GPIO
427 select DM_KEYBOARD
428
429 config ARCH_S5PC1XX
430 bool "Samsung S5PC1XX"
431 select CPU_V7
432 select DM
433 select DM_SERIAL
434 select DM_GPIO
435
436 config ARCH_HIGHBANK
437 bool "Calxeda Highbank"
438 select CPU_V7
439
440 config ARCH_INTEGRATOR
441 bool "ARM Ltd. Integrator family"
442 select DM
443 select DM_SERIAL
444
445 config ARCH_KEYSTONE
446 bool "TI Keystone"
447 select CPU_V7
448 select SUPPORT_SPL
449
450 config ARCH_MX7
451 bool "Freescale MX7"
452 select CPU_V7
453
454 config ARCH_MX6
455 bool "Freescale MX6"
456 select CPU_V7
457
458 config ARCH_MX5
459 bool "Freescale MX5"
460 select CPU_V7
461
462 config TARGET_M53EVK
463 bool "Support m53evk"
464 select CPU_V7
465 select SUPPORT_SPL
466
467 config TARGET_MX51EVK
468 bool "Support mx51evk"
469 select CPU_V7
470
471 config TARGET_MX53ARD
472 bool "Support mx53ard"
473 select CPU_V7
474
475 config TARGET_MX53EVK
476 bool "Support mx53evk"
477 select CPU_V7
478
479 config TARGET_MX53LOCO
480 bool "Support mx53loco"
481 select CPU_V7
482
483 config TARGET_MX53SMD
484 bool "Support mx53smd"
485 select CPU_V7
486
487 config OMAP34XX
488 bool "OMAP34XX SoC"
489 select CPU_V7
490
491 config OMAP44XX
492 bool "OMAP44XX SoC"
493 select CPU_V7
494 select SUPPORT_SPL
495
496 config OMAP54XX
497 bool "OMAP54XX SoC"
498 select CPU_V7
499 select SUPPORT_SPL
500
501 config RMOBILE
502 bool "Renesas ARM SoCs"
503 select CPU_V7
504
505 config ARCH_SOCFPGA
506 bool "Altera SOCFPGA family"
507 select CPU_V7
508 select SUPPORT_SPL
509 select OF_CONTROL
510 select SPL_OF_CONTROL
511 select DM
512 select DM_SPI_FLASH
513 select DM_SPI
514
515 config TARGET_CM_T43
516 bool "Support cm_t43"
517 select CPU_V7
518 select SUPPORT_SPL
519
520 config ARCH_SUNXI
521 bool "Support sunxi (Allwinner) SoCs"
522 select CMD_USB
523 select DM
524 select DM_ETH
525 select DM_GPIO
526 select DM_KEYBOARD
527 select DM_SERIAL
528 select DM_USB
529 select OF_CONTROL
530 select OF_SEPARATE
531 select SPL_STACK_R if !MACH_SUN9I
532 select SPL_SYS_MALLOC_SIMPLE if !MACH_SUN9I
533 select SYS_NS16550
534 select USB
535 select USB_STORAGE
536 select USB_KEYBOARD
537
538 config TARGET_TS4800
539 bool "Support TS4800"
540 select CPU_V7
541
542 config TARGET_VF610TWR
543 bool "Support vf610twr"
544 select CPU_V7
545
546 config TARGET_COLIBRI_VF
547 bool "Support Colibri VF50/61"
548 select CPU_V7
549
550 config TARGET_PCM052
551 bool "Support pcm-052"
552 select CPU_V7
553
554 config ARCH_ZYNQ
555 bool "Xilinx Zynq Platform"
556 select CPU_V7
557 select SUPPORT_SPL
558 select OF_CONTROL
559 select SPL_OF_CONTROL
560 select DM
561 select DM_ETH
562 select SPL_DM
563 select DM_MMC
564 select DM_SPI
565 select DM_SERIAL
566 select DM_SPI_FLASH
567 select SPL_SEPARATE_BSS
568
569 config ARCH_ZYNQMP
570 bool "Support Xilinx ZynqMP Platform"
571 select ARM64
572 select DM
573 select OF_CONTROL
574 select DM_ETH
575 select DM_MMC
576 select DM_SERIAL
577
578 config TEGRA
579 bool "NVIDIA Tegra"
580
581 config TARGET_VEXPRESS64_AEMV8A
582 bool "Support vexpress_aemv8a"
583 select ARM64
584
585 config TARGET_VEXPRESS64_BASE_FVP
586 bool "Support Versatile Express ARMv8a FVP BASE model"
587 select ARM64
588 select SEMIHOSTING
589
590 config TARGET_VEXPRESS64_BASE_FVP_DRAM
591 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
592 select ARM64
593 help
594 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
595 the default config to allow the user to load the images directly into
596 DRAM using model parameters rather than by using semi-hosting to load
597 the files from the host filesystem.
598
599 config TARGET_VEXPRESS64_JUNO
600 bool "Support Versatile Express Juno Development Platform"
601 select ARM64
602
603 config TARGET_LS2080A_EMU
604 bool "Support ls2080a_emu"
605 select ARM64
606 select ARMV8_MULTIENTRY
607 help
608 Support for Freescale LS2080A_EMU platform
609 The LS2080A Development System (EMULATOR) is a pre silicon
610 development platform that supports the QorIQ LS2080A
611 Layerscape Architecture processor.
612
613 config TARGET_LS2080A_SIMU
614 bool "Support ls2080a_simu"
615 select ARM64
616 select ARMV8_MULTIENTRY
617 help
618 Support for Freescale LS2080A_SIMU platform
619 The LS2080A Development System (QDS) is a pre silicon
620 development platform that supports the QorIQ LS2080A
621 Layerscape Architecture processor.
622
623 config TARGET_LS2080AQDS
624 bool "Support ls2080aqds"
625 select ARM64
626 select ARMV8_MULTIENTRY
627 select SUPPORT_SPL
628 help
629 Support for Freescale LS2080AQDS platform
630 The LS2080A Development System (QDS) is a high-performance
631 development platform that supports the QorIQ LS2080A
632 Layerscape Architecture processor.
633
634 config TARGET_LS2080ARDB
635 bool "Support ls2080ardb"
636 select ARM64
637 select ARMV8_MULTIENTRY
638 select SUPPORT_SPL
639 help
640 Support for Freescale LS2080ARDB platform.
641 The LS2080A Reference design board (RDB) is a high-performance
642 development platform that supports the QorIQ LS2080A
643 Layerscape Architecture processor.
644
645 config TARGET_HIKEY
646 bool "Support HiKey 96boards Consumer Edition Platform"
647 select ARM64
648 select DM
649 select DM_GPIO
650 select DM_SERIAL
651 help
652 Support for HiKey 96boards platform. It features a HI6220
653 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
654
655 config TARGET_LS1021AQDS
656 bool "Support ls1021aqds"
657 select CPU_V7
658 select SUPPORT_SPL
659 config TARGET_LS1021ATWR
660 bool "Support ls1021atwr"
661 select CPU_V7
662 select SUPPORT_SPL
663
664 config TARGET_LS1043AQDS
665 bool "Support ls1043aqds"
666 select ARM64
667 select ARMV8_MULTIENTRY
668 select SUPPORT_SPL
669 help
670 Support for Freescale LS1043AQDS platform.
671
672 config TARGET_LS1043ARDB
673 bool "Support ls1043ardb"
674 select ARM64
675 select ARMV8_MULTIENTRY
676 select SUPPORT_SPL
677 help
678 Support for Freescale LS1043ARDB platform.
679
680 config TARGET_H2200
681 bool "Support h2200"
682 select CPU_PXA
683
684 config TARGET_COLIBRI_PXA270
685 bool "Support colibri_pxa270"
686 select CPU_PXA
687
688 config ARCH_UNIPHIER
689 bool "Socionext UniPhier SoCs"
690 select CPU_V7
691 select SUPPORT_SPL
692 select SPL
693 select OF_CONTROL
694 select SPL_OF_CONTROL
695 select DM
696 select SPL_DM
697 select DM_SERIAL
698 select DM_I2C
699 help
700 Support for UniPhier SoC family developed by Socionext Inc.
701 (formerly, System LSI Business Division of Panasonic Corporation)
702
703 config TARGET_STM32F429_DISCOVERY
704 bool "Support STM32F429 Discovery"
705 select CPU_V7M
706 select DM
707 select DM_SERIAL
708
709 config ARCH_ROCKCHIP
710 bool "Support Rockchip SoCs"
711 select SUPPORT_SPL
712 select SPL
713 select OF_CONTROL
714 select CPU_V7
715 select DM
716
717 endchoice
718
719 source "arch/arm/mach-at91/Kconfig"
720
721 source "arch/arm/mach-bcm283x/Kconfig"
722
723 source "arch/arm/mach-davinci/Kconfig"
724
725 source "arch/arm/mach-exynos/Kconfig"
726
727 source "arch/arm/mach-highbank/Kconfig"
728
729 source "arch/arm/mach-integrator/Kconfig"
730
731 source "arch/arm/mach-keystone/Kconfig"
732
733 source "arch/arm/mach-kirkwood/Kconfig"
734
735 source "arch/arm/mach-mvebu/Kconfig"
736
737 source "arch/arm/cpu/armv7/mx7/Kconfig"
738
739 source "arch/arm/cpu/armv7/mx6/Kconfig"
740
741 source "arch/arm/cpu/armv7/mx5/Kconfig"
742
743 source "arch/arm/cpu/armv7/omap3/Kconfig"
744
745 source "arch/arm/cpu/armv7/omap4/Kconfig"
746
747 source "arch/arm/cpu/armv7/omap5/Kconfig"
748
749 source "arch/arm/mach-orion5x/Kconfig"
750
751 source "arch/arm/cpu/armv7/rmobile/Kconfig"
752
753 source "arch/arm/mach-rockchip/Kconfig"
754
755 source "arch/arm/mach-s5pc1xx/Kconfig"
756
757 source "arch/arm/mach-socfpga/Kconfig"
758
759 source "arch/arm/mach-tegra/Kconfig"
760
761 source "arch/arm/mach-uniphier/Kconfig"
762
763 source "arch/arm/mach-zynq/Kconfig"
764
765 source "arch/arm/cpu/armv7/Kconfig"
766
767 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
768
769 source "arch/arm/cpu/armv8/Kconfig"
770
771 source "arch/arm/imx-common/Kconfig"
772
773 source "board/BuR/kwb/Kconfig"
774 source "board/BuR/tseries/Kconfig"
775 source "board/CarMediaLab/flea3/Kconfig"
776 source "board/Marvell/aspenite/Kconfig"
777 source "board/Marvell/db-88f6820-gp/Kconfig"
778 source "board/Marvell/db-mv784mp-gp/Kconfig"
779 source "board/Marvell/gplugd/Kconfig"
780 source "board/armadeus/apf27/Kconfig"
781 source "board/armltd/vexpress/Kconfig"
782 source "board/armltd/vexpress64/Kconfig"
783 source "board/bluegiga/apx4devkit/Kconfig"
784 source "board/broadcom/bcm28155_ap/Kconfig"
785 source "board/broadcom/bcmcygnus/Kconfig"
786 source "board/broadcom/bcmnsp/Kconfig"
787 source "board/cirrus/edb93xx/Kconfig"
788 source "board/compulab/cm_t335/Kconfig"
789 source "board/compulab/cm_t43/Kconfig"
790 source "board/creative/xfi3/Kconfig"
791 source "board/denx/m28evk/Kconfig"
792 source "board/denx/m53evk/Kconfig"
793 source "board/freescale/ls2080a/Kconfig"
794 source "board/freescale/ls2080aqds/Kconfig"
795 source "board/freescale/ls2080ardb/Kconfig"
796 source "board/freescale/ls1021aqds/Kconfig"
797 source "board/freescale/ls1043aqds/Kconfig"
798 source "board/freescale/ls1021atwr/Kconfig"
799 source "board/freescale/ls1043ardb/Kconfig"
800 source "board/freescale/mx23evk/Kconfig"
801 source "board/freescale/mx25pdk/Kconfig"
802 source "board/freescale/mx28evk/Kconfig"
803 source "board/freescale/mx31ads/Kconfig"
804 source "board/freescale/mx31pdk/Kconfig"
805 source "board/freescale/mx35pdk/Kconfig"
806 source "board/freescale/mx51evk/Kconfig"
807 source "board/freescale/mx53ard/Kconfig"
808 source "board/freescale/mx53evk/Kconfig"
809 source "board/freescale/mx53loco/Kconfig"
810 source "board/freescale/mx53smd/Kconfig"
811 source "board/freescale/vf610twr/Kconfig"
812 source "board/gumstix/pepper/Kconfig"
813 source "board/h2200/Kconfig"
814 source "board/hisilicon/hikey/Kconfig"
815 source "board/imx31_phycore/Kconfig"
816 source "board/isee/igep0033/Kconfig"
817 source "board/maxbcm/Kconfig"
818 source "board/mpl/vcma9/Kconfig"
819 source "board/olimex/mx23_olinuxino/Kconfig"
820 source "board/phytec/pcm051/Kconfig"
821 source "board/phytec/pcm052/Kconfig"
822 source "board/ppcag/bg0900/Kconfig"
823 source "board/samsung/smdk2410/Kconfig"
824 source "board/sandisk/sansa_fuze_plus/Kconfig"
825 source "board/schulercontrol/sc_sps_1/Kconfig"
826 source "board/siemens/draco/Kconfig"
827 source "board/siemens/pxm2/Kconfig"
828 source "board/siemens/rut/Kconfig"
829 source "board/silica/pengwyn/Kconfig"
830 source "board/spear/spear300/Kconfig"
831 source "board/spear/spear310/Kconfig"
832 source "board/spear/spear320/Kconfig"
833 source "board/spear/spear600/Kconfig"
834 source "board/spear/x600/Kconfig"
835 source "board/st/stm32f429-discovery/Kconfig"
836 source "board/st/stv0991/Kconfig"
837 source "board/sunxi/Kconfig"
838 source "board/syteco/zmx25/Kconfig"
839 source "board/tcl/sl50/Kconfig"
840 source "board/ti/am335x/Kconfig"
841 source "board/ti/am43xx/Kconfig"
842 source "board/birdland/bav335x/Kconfig"
843 source "board/ti/ti814x/Kconfig"
844 source "board/ti/ti816x/Kconfig"
845 source "board/timll/devkit3250/Kconfig"
846 source "board/toradex/colibri_pxa270/Kconfig"
847 source "board/toradex/colibri_vf/Kconfig"
848 source "board/technologic/ts4800/Kconfig"
849 source "board/vscom/baltos/Kconfig"
850 source "board/woodburn/Kconfig"
851 source "board/work-microwave/work_92105/Kconfig"
852
853 source "arch/arm/Kconfig.debug"
854
855 endmenu