Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 1 | if ARCH_DAVINCI |
2 | |||||
3 | choice | ||||
4 | prompt "DaVinci board select" | ||||
Joe Hershberger | f069960 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 5 | optional |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 6 | |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 7 | config TARGET_IPAM390 |
8 | bool "IPAM390 board" | ||||
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 9 | select SUPPORT_SPL |
Fabien Parent | b1bd48b | 2016-11-29 14:23:36 +0100 | [diff] [blame^] | 10 | select SYS_DA850_PLL_INIT |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 11 | |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 12 | config TARGET_DA850EVM |
13 | bool "DA850 EVM board" | ||||
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 14 | select SUPPORT_SPL |
Fabien Parent | b1bd48b | 2016-11-29 14:23:36 +0100 | [diff] [blame^] | 15 | select SYS_DA850_PLL_INIT |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 16 | |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 17 | config TARGET_EA20 |
18 | bool "EA20 board" | ||||
19 | |||||
Simon Glass | a6664e9 | 2015-08-30 19:18:59 -0600 | [diff] [blame] | 20 | config TARGET_OMAPL138_LCDK |
21 | bool "OMAPL138 LCDK" | ||||
22 | select SUPPORT_SPL | ||||
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 23 | |
24 | config TARGET_CALIMAIN | ||||
25 | bool "Calimain board" | ||||
Fabien Parent | b1bd48b | 2016-11-29 14:23:36 +0100 | [diff] [blame^] | 26 | select SYS_DA850_PLL_INIT |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 27 | |
David Lechner | a67f16f | 2016-02-26 00:46:07 -0600 | [diff] [blame] | 28 | config TARGET_LEGOEV3 |
29 | bool "LEGO MINDSTORMS EV3" | ||||
Fabien Parent | b1bd48b | 2016-11-29 14:23:36 +0100 | [diff] [blame^] | 30 | select SYS_DA850_PLL_INIT |
David Lechner | a67f16f | 2016-02-26 00:46:07 -0600 | [diff] [blame] | 31 | |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 32 | endchoice |
33 | |||||
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 34 | config SYS_SOC |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 35 | default "davinci" |
36 | |||||
Fabien Parent | b1bd48b | 2016-11-29 14:23:36 +0100 | [diff] [blame^] | 37 | config SYS_DA850_PLL_INIT |
38 | bool | ||||
39 | |||||
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 40 | source "board/Barix/ipam390/Kconfig" |
41 | source "board/davinci/da8xxevm/Kconfig" | ||||
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 42 | source "board/davinci/ea20/Kconfig" |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 43 | source "board/omicron/calimain/Kconfig" |
David Lechner | a67f16f | 2016-02-26 00:46:07 -0600 | [diff] [blame] | 44 | source "board/lego/ev3/Kconfig" |
Masahiro Yamada | e604ef9 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 45 | |
46 | endif |