]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-davinci/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / arch / arm / mach-davinci / Kconfig
index 8079fabd6f3d3ffdd1eca2e332aa5d46874437fc..c593dadf682743519b14d2da65b0743a1ae5231a 100644 (file)
@@ -7,13 +7,14 @@ choice
 config TARGET_IPAM390
        bool "IPAM390 board"
        select SUPPORT_SPL
-
-config TARGET_DA830EVM
-       bool "DA830 EVM board"
+       select SYS_DA850_PLL_INIT
+       select SYS_DA850_DDR_INIT
 
 config TARGET_DA850EVM
        bool "DA850 EVM board"
        select SUPPORT_SPL
+       select SYS_DA850_PLL_INIT
+       select SYS_DA850_DDR_INIT
 
 config TARGET_EA20
        bool "EA20 board"
@@ -21,18 +22,34 @@ config TARGET_EA20
 config TARGET_OMAPL138_LCDK
        bool "OMAPL138 LCDK"
        select SUPPORT_SPL
+       select SYS_DA850_PLL_INIT
+       select SYS_DA850_DDR_INIT
 
 config TARGET_CALIMAIN
        bool "Calimain board"
+       select SYS_DA850_PLL_INIT
+       select SYS_DA850_DDR_INIT
+
+config TARGET_LEGOEV3
+       bool "LEGO MINDSTORMS EV3"
+       select SYS_DA850_PLL_INIT
+       select SYS_DA850_DDR_INIT
 
 endchoice
 
 config SYS_SOC
        default "davinci"
 
+config SYS_DA850_PLL_INIT
+       bool
+
+config SYS_DA850_DDR_INIT
+       bool
+
 source "board/Barix/ipam390/Kconfig"
 source "board/davinci/da8xxevm/Kconfig"
 source "board/davinci/ea20/Kconfig"
 source "board/omicron/calimain/Kconfig"
+source "board/lego/ev3/Kconfig"
 
 endif