summaryrefslogtreecommitdiff
path: root/configs/calimain_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-01-11 08:20:27 -0600
committerTom Rini <trini@konsulko.com>2018-01-22 20:09:26 -0500
commit6aa4ad8e3820adefaf09fe21efae06772003620f (patch)
treea6f8f8c740fe25107f247ece0abdc3eabd1dc083 /configs/calimain_defconfig
parent8bad6cb176a0e92ac8e7771fb68e5e0713edbf8e (diff)
Convert CONFIG_SOC_DA8XX et al to Kconfig
This converts the following to Kconfig: CONFIG_SOC_DA8XX CONFIG_SOC_DA850 CONFIG_DA850_LOWLEVEL CONFIG_MACH_DAVINCI_DA850_EVM CONFIG_SYS_DA850_PLL_INIT CONFIG_SYS_DA850_DDR_INIT Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: David Lechner <david@lechnology.com> [trini: Rework CONFIG_SYS_DA850_PLL_INIT so it's selected on SOC_DA8XX] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/calimain_defconfig')
-rw-r--r--configs/calimain_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/calimain_defconfig b/configs/calimain_defconfig
index a02926cb89..d8ab012211 100644
--- a/configs/calimain_defconfig
+++ b/configs/calimain_defconfig
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_DAVINCI=y
CONFIG_TARGET_CALIMAIN=y
+CONFIG_DA850_LOWLEVEL=y
CONFIG_BOOTDELAY=0
CONFIG_VERSION_VARIABLE=y
# CONFIG_DISPLAY_CPUINFO is not set