]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/omap3/Kconfig
clock_am43xx:Set the MAC clock to /5 for OPP100
[u-boot] / arch / arm / cpu / armv7 / omap3 / Kconfig
index a029379a4f21b76e769fce7fadfb5bbb531d217a..46440981b3744e315a2f424fb7ebb75ca485bb4d 100644 (file)
@@ -93,6 +93,21 @@ config TARGET_TWISTER
 
 endchoice
 
+config DM
+       default y if !SPL_BUILD
+
+config DM_GPIO
+       default y if DM && !SPL_BUILD
+
+config DM_SERIAL
+       default y if DM && !SPL_BUILD
+
+config SYS_MALLOC_F
+       default y if DM && !SPL_BUILD
+
+config SYS_MALLOC_F_LEN
+       default 0x400 if DM && !SPL_BUILD
+
 config SYS_SOC
        default "omap3"