ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to Kconfig
[oweals/u-boot.git] / arch / arm / mach-davinci / Kconfig
index 5d1c5c5ccb1faff90f9a5304dac86261037a796a..cf4ee166a537510300f529392308b53f4e8e507d 100644 (file)
@@ -7,10 +7,14 @@ choice
 config TARGET_IPAM390
        bool "IPAM390 board"
        select SUPPORT_SPL
+       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,15 +25,25 @@ config TARGET_OMAPL138_LCDK
 
 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"