X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fmach-davinci%2FKconfig;h=c593dadf682743519b14d2da65b0743a1ae5231a;hb=035ebf85b09cf11c820ae9eec414097420741abd;hp=4997b2ce54dcec59008193766eb579dec5e8978a;hpb=6761946fb716255c32908059de1e2a0d0e05afb1;p=u-boot diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 4997b2ce54..c593dadf68 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -4,19 +4,17 @@ choice prompt "DaVinci board select" optional -config TARGET_ENBW_CMC - bool "EnBW CMC board" - 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" @@ -24,19 +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" -source "board/enbw/enbw_cmc/Kconfig" +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