blob: 46440981b3744e315a2f424fb7ebb75ca485bb4d [file] [log] [blame]
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +09001if OMAP34XX
2
3choice
4 prompt "OMAP3 board select"
5
6config TARGET_AM3517_EVM
7 bool "AM3517 EVM"
Masahiro Yamada02627352014-10-20 17:45:56 +09008 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +09009
10config TARGET_MT_VENTOUX
11 bool "TeeJet Mt.Ventoux"
Masahiro Yamada02627352014-10-20 17:45:56 +090012 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090013
14config TARGET_OMAP3_SDP3430
15 bool "TI OMAP3430 SDP"
16
17config TARGET_OMAP3_BEAGLE
18 bool "TI OMAP3 BeagleBoard"
Masahiro Yamada02627352014-10-20 17:45:56 +090019 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090020
21config TARGET_CM_T35
Igor Grinberg52edc872014-10-21 16:39:45 +030022 bool "CompuLab CM-T3530 and CM-T3730 boards"
Masahiro Yamada02627352014-10-20 17:45:56 +090023 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090024
Igor Grinbergb09bf722014-11-05 14:25:35 +020025config TARGET_CM_T3517
26 bool "CompuLab CM-T3517 boards"
27
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090028config TARGET_DEVKIT8000
29 bool "TimLL OMAP3 Devkit8000"
Masahiro Yamada02627352014-10-20 17:45:56 +090030 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090031
32config TARGET_OMAP3_EVM
33 bool "TI OMAP3 EVM"
Masahiro Yamada02627352014-10-20 17:45:56 +090034 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090035
36config TARGET_OMAP3_EVM_QUICK_MMC
37 bool "TI OMAP3 EVM Quick MMC"
Masahiro Yamada02627352014-10-20 17:45:56 +090038 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090039
40config TARGET_OMAP3_EVM_QUICK_NAND
41 bool "TI OMAP3 EVM Quick NAND"
Masahiro Yamada02627352014-10-20 17:45:56 +090042 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090043
44config TARGET_OMAP3_IGEP00X0
45 bool "IGEP"
Masahiro Yamada02627352014-10-20 17:45:56 +090046 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090047
48config TARGET_OMAP3_OVERO
49 bool "OMAP35xx Gumstix Overo"
Masahiro Yamada02627352014-10-20 17:45:56 +090050 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090051
52config TARGET_OMAP3_ZOOM1
53 bool "TI Zoom1"
54
55config TARGET_AM3517_CRANE
56 bool "am3517_crane"
Masahiro Yamada02627352014-10-20 17:45:56 +090057 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090058
59config TARGET_OMAP3_PANDORA
60 bool "OMAP3 Pandora"
61
62config TARGET_ECO5PK
63 bool "ECO5PK"
Masahiro Yamada02627352014-10-20 17:45:56 +090064 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090065
66config TARGET_DIG297
67 bool "DIG297"
68
69config TARGET_TRICORDER
70 bool "Tricorder"
Masahiro Yamada02627352014-10-20 17:45:56 +090071 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090072
73config TARGET_MCX
74 bool "MCX"
Masahiro Yamada02627352014-10-20 17:45:56 +090075 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090076
77config TARGET_OMAP3_LOGIC
78 bool "OMAP3 Logic"
79
80config TARGET_OMAP3_MVBLX
81 bool "OMAP3 MVBLX"
82
83config TARGET_NOKIA_RX51
84 bool "Nokia RX51"
85
86config TARGET_TAO3530
87 bool "TAO3530"
Masahiro Yamada02627352014-10-20 17:45:56 +090088 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090089
90config TARGET_TWISTER
91 bool "Twister"
Masahiro Yamada02627352014-10-20 17:45:56 +090092 select SUPPORT_SPL
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +090093
94endchoice
95
Simon Glass001646c2015-02-05 21:41:44 -070096config DM
97 default y if !SPL_BUILD
98
99config DM_GPIO
100 default y if DM && !SPL_BUILD
101
102config DM_SERIAL
103 default y if DM && !SPL_BUILD
104
Simon Glassb724bd72015-02-11 16:32:59 -0700105config SYS_MALLOC_F
106 default y if DM && !SPL_BUILD
107
108config SYS_MALLOC_F_LEN
109 default 0x400 if DM && !SPL_BUILD
110
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900111config SYS_SOC
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900112 default "omap3"
113
114source "board/logicpd/am3517evm/Kconfig"
115source "board/teejet/mt_ventoux/Kconfig"
116source "board/ti/sdp3430/Kconfig"
117source "board/ti/beagle/Kconfig"
118source "board/compulab/cm_t35/Kconfig"
Igor Grinbergb09bf722014-11-05 14:25:35 +0200119source "board/compulab/cm_t3517/Kconfig"
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900120source "board/timll/devkit8000/Kconfig"
121source "board/ti/evm/Kconfig"
122source "board/isee/igep00x0/Kconfig"
123source "board/overo/Kconfig"
124source "board/logicpd/zoom1/Kconfig"
125source "board/ti/am3517crane/Kconfig"
126source "board/pandora/Kconfig"
127source "board/8dtech/eco5pk/Kconfig"
128source "board/comelit/dig297/Kconfig"
129source "board/corscience/tricorder/Kconfig"
130source "board/htkw/mcx/Kconfig"
131source "board/logicpd/omap3som/Kconfig"
132source "board/matrix_vision/mvblx/Kconfig"
133source "board/nokia/rx51/Kconfig"
134source "board/technexion/tao3530/Kconfig"
135source "board/technexion/twister/Kconfig"
136
137endif