4 prompt "DaVinci board select"
10 select SYS_DA850_PLL_INIT
11 select SYS_DA850_DDR_INIT
13 config TARGET_DA850EVM
14 bool "DA850 EVM board"
16 select SYS_DA850_PLL_INIT
17 select SYS_DA850_DDR_INIT
21 select BOARD_LATE_INIT
23 config TARGET_OMAPL138_LCDK
26 select SYS_DA850_PLL_INIT
27 select SYS_DA850_DDR_INIT
29 config TARGET_CALIMAIN
31 select SYS_DA850_PLL_INIT
32 select SYS_DA850_DDR_INIT
35 bool "LEGO MINDSTORMS EV3"
36 select SYS_DA850_PLL_INIT
37 select SYS_DA850_DDR_INIT
44 config SYS_DA850_PLL_INIT
47 config SYS_DA850_DDR_INIT
50 source "board/Barix/ipam390/Kconfig"
51 source "board/davinci/da8xxevm/Kconfig"
52 source "board/davinci/ea20/Kconfig"
53 source "board/omicron/calimain/Kconfig"
54 source "board/lego/ev3/Kconfig"
57 default "board/$(BOARDDIR)/u-boot-spl-ipam390.lds" if TARGET_IPAM390
58 default "board/$(BOARDDIR)/u-boot-spl-da850evm.lds"