]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/samsung/smdkc100/Kconfig
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[people/ms/u-boot.git] / board / samsung / smdkc100 / Kconfig
index 5e6b0ddcdaa331dbff7003d3e619771a1ced6a31..ea87166d03726cf487f22de3759d00d63fc57e76 100644 (file)
@@ -1,8 +1,5 @@
 if TARGET_SMDKC100
 
-config SYS_CPU
-       default "armv7"
-
 config SYS_BOARD
        default "smdkc100"
 
@@ -15,4 +12,13 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "smdkc100"
 
+config DM
+       default y
+
+config DM_GPIO
+       default y
+
+config DM_SERIAL
+       default y
+
 endif