blob: 4a7957fde85def64b17cfb30c0b7f7b79dc28845 [file] [log] [blame]
Masahiro Yamadadd678432014-08-31 07:11:02 +09001if OMAP34XX
2
Simon Glassc5ec6362016-09-12 23:18:37 -06003config SPL_EXT_SUPPORT
4 default y
5
Simon Glass6172e2e2016-09-12 23:18:38 -06006config SPL_FAT_SUPPORT
7 default y
8
Simon Glass0bdfc3e2016-09-12 23:18:39 -06009config SPL_GPIO_SUPPORT
10 default y
11
Simon Glass9b538332016-09-12 23:18:40 -060012config SPL_I2C_SUPPORT
13 default y
14
Simon Glassf2a89462016-09-12 23:18:41 -060015config SPL_LIBCOMMON_SUPPORT
16 default y
17
Simon Glassf6de2572016-09-12 23:18:42 -060018config SPL_LIBDISK_SUPPORT
19 default y
20
Simon Glassb16c92c2016-09-12 23:18:43 -060021config SPL_LIBGENERIC_SUPPORT
22 default y
23
Simon Glassbd58f1d2016-09-12 23:18:44 -060024config SPL_MMC_SUPPORT
25 default y
26
Simon Glassd5a307a2016-09-12 23:18:48 -060027config SPL_NAND_SUPPORT
28 default y
29
Simon Glass0d7c7e02016-09-12 23:18:54 -060030config SPL_POWER_SUPPORT
31 default y
32
Simon Glasse076d6f2016-09-12 23:18:56 -060033config SPL_SERIAL_SUPPORT
34 default y
35
Masahiro Yamadadd678432014-08-31 07:11:02 +090036choice
37 prompt "OMAP3 board select"
Joe Hershbergerf0699602015-05-12 14:46:23 -050038 optional
Masahiro Yamadadd678432014-08-31 07:11:02 +090039
40config TARGET_AM3517_EVM
41 bool "AM3517 EVM"
42
43config TARGET_MT_VENTOUX
44 bool "TeeJet Mt.Ventoux"
45
Masahiro Yamadadd678432014-08-31 07:11:02 +090046config TARGET_OMAP3_BEAGLE
47 bool "TI OMAP3 BeagleBoard"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +090048 select DM
49 select DM_SERIAL
50 select DM_GPIO
Masahiro Yamadadd678432014-08-31 07:11:02 +090051
52config TARGET_CM_T35
Igor Grinberg07cf9a52014-10-21 16:39:45 +030053 bool "CompuLab CM-T3530 and CM-T3730 boards"
Masahiro Yamadadd678432014-08-31 07:11:02 +090054
Igor Grinbergc3373ee2014-11-05 14:25:35 +020055config TARGET_CM_T3517
56 bool "CompuLab CM-T3517 boards"
57
Masahiro Yamadadd678432014-08-31 07:11:02 +090058config TARGET_DEVKIT8000
59 bool "TimLL OMAP3 Devkit8000"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +090060 select DM
61 select DM_SERIAL
62 select DM_GPIO
Masahiro Yamadadd678432014-08-31 07:11:02 +090063
64config TARGET_OMAP3_EVM
65 bool "TI OMAP3 EVM"
66
Masahiro Yamadadd678432014-08-31 07:11:02 +090067config TARGET_OMAP3_IGEP00X0
68 bool "IGEP"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +090069 select DM
70 select DM_SERIAL
71 select DM_GPIO
Masahiro Yamadadd678432014-08-31 07:11:02 +090072
73config TARGET_OMAP3_OVERO
74 bool "OMAP35xx Gumstix Overo"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +090075 select DM
76 select DM_SERIAL
77 select DM_GPIO
Masahiro Yamadadd678432014-08-31 07:11:02 +090078
79config TARGET_OMAP3_ZOOM1
80 bool "TI Zoom1"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +090081 select DM
82 select DM_SERIAL
83 select DM_GPIO
Masahiro Yamadadd678432014-08-31 07:11:02 +090084
85config TARGET_AM3517_CRANE
86 bool "am3517_crane"
87
88config TARGET_OMAP3_PANDORA
89 bool "OMAP3 Pandora"
90
91config TARGET_ECO5PK
92 bool "ECO5PK"
93
Masahiro Yamadadd678432014-08-31 07:11:02 +090094config TARGET_TRICORDER
95 bool "Tricorder"
96
97config TARGET_MCX
98 bool "MCX"
Tom Rini22d567e2017-01-22 19:43:11 -050099 select BOARD_LATE_INIT
Masahiro Yamadadd678432014-08-31 07:11:02 +0900100
101config TARGET_OMAP3_LOGIC
102 bool "OMAP3 Logic"
Tom Rini22d567e2017-01-22 19:43:11 -0500103 select BOARD_LATE_INIT
Adam Ford04c848a2015-09-02 09:18:20 -0500104 select DM
105 select DM_SERIAL
106 select DM_GPIO
Masahiro Yamadadd678432014-08-31 07:11:02 +0900107
Masahiro Yamadadd678432014-08-31 07:11:02 +0900108config TARGET_NOKIA_RX51
109 bool "Nokia RX51"
110
111config TARGET_TAO3530
112 bool "TAO3530"
113
114config TARGET_TWISTER
115 bool "Twister"
116
Albert ARIBAUD \(3ADEV\)05e86332015-02-03 18:13:14 +0100117config TARGET_OMAP3_CAIRO
118 bool "QUIPOS CAIRO"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900119 select DM
120 select DM_SERIAL
121 select DM_GPIO
Albert ARIBAUD \(3ADEV\)05e86332015-02-03 18:13:14 +0100122
Paul Kocialkowski3dee0002015-07-20 15:17:11 +0200123config TARGET_SNIPER
Paul Kocialkowskid90f8832016-02-26 13:18:47 +0100124 bool "LG Optimus Black"
Paul Kocialkowski3dee0002015-07-20 15:17:11 +0200125 select DM
126 select DM_SERIAL
127 select DM_GPIO
128
Masahiro Yamadadd678432014-08-31 07:11:02 +0900129endchoice
130
Masahiro Yamadadd678432014-08-31 07:11:02 +0900131config SYS_SOC
Masahiro Yamadadd678432014-08-31 07:11:02 +0900132 default "omap3"
133
134source "board/logicpd/am3517evm/Kconfig"
135source "board/teejet/mt_ventoux/Kconfig"
Masahiro Yamadadd678432014-08-31 07:11:02 +0900136source "board/ti/beagle/Kconfig"
137source "board/compulab/cm_t35/Kconfig"
Igor Grinbergc3373ee2014-11-05 14:25:35 +0200138source "board/compulab/cm_t3517/Kconfig"
Masahiro Yamadadd678432014-08-31 07:11:02 +0900139source "board/timll/devkit8000/Kconfig"
140source "board/ti/evm/Kconfig"
141source "board/isee/igep00x0/Kconfig"
142source "board/overo/Kconfig"
143source "board/logicpd/zoom1/Kconfig"
144source "board/ti/am3517crane/Kconfig"
145source "board/pandora/Kconfig"
146source "board/8dtech/eco5pk/Kconfig"
Masahiro Yamadadd678432014-08-31 07:11:02 +0900147source "board/corscience/tricorder/Kconfig"
148source "board/htkw/mcx/Kconfig"
149source "board/logicpd/omap3som/Kconfig"
Masahiro Yamadadd678432014-08-31 07:11:02 +0900150source "board/nokia/rx51/Kconfig"
151source "board/technexion/tao3530/Kconfig"
152source "board/technexion/twister/Kconfig"
Albert ARIBAUD \(3ADEV\)05e86332015-02-03 18:13:14 +0100153source "board/quipos/cairo/Kconfig"
Paul Kocialkowskiea817692016-03-29 14:16:27 +0200154source "board/lg/sniper/Kconfig"
Masahiro Yamadadd678432014-08-31 07:11:02 +0900155
156endif