]> git.sur5r.net Git - u-boot/blobdiff - board/compulab/cm_t335/Kconfig
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
[u-boot] / board / compulab / cm_t335 / Kconfig
index 61159765ab1bf76ddea8b19330d844aafd6b4955..aadbfbc84dc86cc44effb384bbb245e272726b68 100644 (file)
@@ -1,8 +1,5 @@
 if TARGET_CM_T335
 
-config SYS_CPU
-       default "armv7"
-
 config SYS_BOARD
        default "cm_t335"
 
@@ -15,4 +12,13 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "cm_t335"
 
+config DM
+       default y if !SPL_BUILD
+
+config DM_GPIO
+       default y if !SPL_BUILD
+
+config DM_SERIAL
+       default y if !SPL_BUILD
+
 endif