]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/omap3/Kconfig
Merge git://git.denx.de/u-boot-ti
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap3 / Kconfig
1 if OMAP34XX
2
3 choice
4         prompt "OMAP3 board select"
5
6 config TARGET_AM3517_EVM
7         bool "AM3517 EVM"
8         select SUPPORT_SPL
9
10 config TARGET_MT_VENTOUX
11         bool "TeeJet Mt.Ventoux"
12         select SUPPORT_SPL
13
14 config TARGET_OMAP3_SDP3430
15         bool "TI OMAP3430 SDP"
16
17 config TARGET_OMAP3_BEAGLE
18         bool "TI OMAP3 BeagleBoard"
19         select SUPPORT_SPL
20
21 config TARGET_CM_T35
22         bool "CompuLab CM-T3530 and CM-T3730 boards"
23         select SUPPORT_SPL
24
25 config TARGET_CM_T3517
26         bool "CompuLab CM-T3517 boards"
27
28 config TARGET_DEVKIT8000
29         bool "TimLL OMAP3 Devkit8000"
30         select SUPPORT_SPL
31
32 config TARGET_OMAP3_EVM
33         bool "TI OMAP3 EVM"
34         select SUPPORT_SPL
35
36 config TARGET_OMAP3_EVM_QUICK_MMC
37         bool "TI OMAP3 EVM Quick MMC"
38         select SUPPORT_SPL
39
40 config TARGET_OMAP3_EVM_QUICK_NAND
41         bool "TI OMAP3 EVM Quick NAND"
42         select SUPPORT_SPL
43
44 config TARGET_OMAP3_IGEP00X0
45         bool "IGEP"
46         select SUPPORT_SPL
47
48 config TARGET_OMAP3_OVERO
49         bool "OMAP35xx Gumstix Overo"
50         select SUPPORT_SPL
51
52 config TARGET_OMAP3_ZOOM1
53         bool "TI Zoom1"
54
55 config TARGET_AM3517_CRANE
56         bool "am3517_crane"
57         select SUPPORT_SPL
58
59 config TARGET_OMAP3_PANDORA
60         bool "OMAP3 Pandora"
61
62 config TARGET_ECO5PK
63         bool "ECO5PK"
64         select SUPPORT_SPL
65
66 config TARGET_DIG297
67         bool "DIG297"
68
69 config TARGET_TRICORDER
70         bool "Tricorder"
71         select SUPPORT_SPL
72
73 config TARGET_MCX
74         bool "MCX"
75         select SUPPORT_SPL
76
77 config TARGET_OMAP3_LOGIC
78         bool "OMAP3 Logic"
79
80 config TARGET_OMAP3_MVBLX
81         bool "OMAP3 MVBLX"
82
83 config TARGET_NOKIA_RX51
84         bool "Nokia RX51"
85
86 config TARGET_TAO3530
87         bool "TAO3530"
88         select SUPPORT_SPL
89
90 config TARGET_TWISTER
91         bool "Twister"
92         select SUPPORT_SPL
93
94 endchoice
95
96 config SYS_SOC
97         default "omap3"
98
99 source "board/logicpd/am3517evm/Kconfig"
100 source "board/teejet/mt_ventoux/Kconfig"
101 source "board/ti/sdp3430/Kconfig"
102 source "board/ti/beagle/Kconfig"
103 source "board/compulab/cm_t35/Kconfig"
104 source "board/compulab/cm_t3517/Kconfig"
105 source "board/timll/devkit8000/Kconfig"
106 source "board/ti/evm/Kconfig"
107 source "board/isee/igep00x0/Kconfig"
108 source "board/overo/Kconfig"
109 source "board/logicpd/zoom1/Kconfig"
110 source "board/ti/am3517crane/Kconfig"
111 source "board/pandora/Kconfig"
112 source "board/8dtech/eco5pk/Kconfig"
113 source "board/comelit/dig297/Kconfig"
114 source "board/corscience/tricorder/Kconfig"
115 source "board/htkw/mcx/Kconfig"
116 source "board/logicpd/omap3som/Kconfig"
117 source "board/matrix_vision/mvblx/Kconfig"
118 source "board/nokia/rx51/Kconfig"
119 source "board/technexion/tao3530/Kconfig"
120 source "board/technexion/twister/Kconfig"
121
122 endif