Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 1 | if ARCH_DAVINCI |
2 | |||||
3 | choice | ||||
4 | prompt "DaVinci board select" | ||||
Joe Hershberger | a26cd04 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 5 | optional |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 6 | |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 7 | config TARGET_IPAM390 |
8 | bool "IPAM390 board" | ||||
Masahiro Yamada | 0262735 | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 9 | select SUPPORT_SPL |
Fabien Parent | f519b36 | 2016-11-29 14:23:36 +0100 | [diff] [blame] | 10 | select SYS_DA850_PLL_INIT |
Fabien Parent | b31bf37 | 2016-11-29 14:23:37 +0100 | [diff] [blame] | 11 | select SYS_DA850_DDR_INIT |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 12 | |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 13 | config TARGET_DA850EVM |
14 | bool "DA850 EVM board" | ||||
Masahiro Yamada | 0262735 | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 15 | select SUPPORT_SPL |
Fabien Parent | f519b36 | 2016-11-29 14:23:36 +0100 | [diff] [blame] | 16 | select SYS_DA850_PLL_INIT |
Fabien Parent | b31bf37 | 2016-11-29 14:23:37 +0100 | [diff] [blame] | 17 | select SYS_DA850_DDR_INIT |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 18 | |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 19 | config TARGET_EA20 |
20 | bool "EA20 board" | ||||
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 21 | select BOARD_LATE_INIT |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 22 | |
Simon Glass | 6761946 | 2015-08-30 19:18:59 -0600 | [diff] [blame] | 23 | config TARGET_OMAPL138_LCDK |
24 | bool "OMAPL138 LCDK" | ||||
25 | select SUPPORT_SPL | ||||
Fabien Parent | cd895dc | 2016-11-29 14:23:38 +0100 | [diff] [blame] | 26 | select SYS_DA850_PLL_INIT |
Fabien Parent | a5ab44f | 2016-11-29 14:23:39 +0100 | [diff] [blame] | 27 | select SYS_DA850_DDR_INIT |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 28 | |
29 | config TARGET_CALIMAIN | ||||
30 | bool "Calimain board" | ||||
Fabien Parent | f519b36 | 2016-11-29 14:23:36 +0100 | [diff] [blame] | 31 | select SYS_DA850_PLL_INIT |
Fabien Parent | b31bf37 | 2016-11-29 14:23:37 +0100 | [diff] [blame] | 32 | select SYS_DA850_DDR_INIT |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 33 | |
David Lechner | 2ac07f7 | 2016-02-26 00:46:07 -0600 | [diff] [blame] | 34 | config TARGET_LEGOEV3 |
35 | bool "LEGO MINDSTORMS EV3" | ||||
Fabien Parent | f519b36 | 2016-11-29 14:23:36 +0100 | [diff] [blame] | 36 | select SYS_DA850_PLL_INIT |
Fabien Parent | b31bf37 | 2016-11-29 14:23:37 +0100 | [diff] [blame] | 37 | select SYS_DA850_DDR_INIT |
David Lechner | 2ac07f7 | 2016-02-26 00:46:07 -0600 | [diff] [blame] | 38 | |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 39 | endchoice |
40 | |||||
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 41 | config SYS_SOC |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 42 | default "davinci" |
43 | |||||
Fabien Parent | f519b36 | 2016-11-29 14:23:36 +0100 | [diff] [blame] | 44 | config SYS_DA850_PLL_INIT |
45 | bool | ||||
46 | |||||
Fabien Parent | b31bf37 | 2016-11-29 14:23:37 +0100 | [diff] [blame] | 47 | config SYS_DA850_DDR_INIT |
48 | bool | ||||
49 | |||||
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 50 | source "board/Barix/ipam390/Kconfig" |
51 | source "board/davinci/da8xxevm/Kconfig" | ||||
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 52 | source "board/davinci/ea20/Kconfig" |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 53 | source "board/omicron/calimain/Kconfig" |
David Lechner | 2ac07f7 | 2016-02-26 00:46:07 -0600 | [diff] [blame] | 54 | source "board/lego/ev3/Kconfig" |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 55 | |
Philipp Tomsich | b529993 | 2017-08-03 23:23:55 +0200 | [diff] [blame] | 56 | config SPL_LDSCRIPT |
57 | default "board/$(BOARDDIR)/u-boot-spl-ipam390.lds" if TARGET_IPAM390 | ||||
58 | default "board/$(BOARDDIR)/u-boot-spl-da850evm.lds" | ||||
59 | |||||
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 60 | endif |