Merge branch 'master' of git://git.denx.de/u-boot
[platform/kernel/u-boot.git] / board / compulab / cm_t335 / Kconfig
index 6115976..3a8f304 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
+
+config DM_GPIO
+       default y
+
+config DM_SERIAL
+       default y
+
 endif