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