]> 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 4a1adf3c349941ceb17c0fe177e96e0bbc185941..aadbfbc84dc86cc44effb384bbb245e272726b68 100644 (file)
@@ -1,23 +1,24 @@
 if TARGET_CM_T335
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "cm_t335"
 
 config SYS_VENDOR
-       string
        default "compulab"
 
 config SYS_SOC
-       string
        default "am33xx"
 
 config SYS_CONFIG_NAME
-       string
        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