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