Merge branch 'master' of git://git.denx.de/u-boot
[platform/kernel/u-boot.git] / board / samsung / goni / Kconfig
index a320c2b..006e864 100644 (file)
@@ -1,8 +1,5 @@
 if TARGET_S5P_GONI
 
-config SYS_CPU
-       default "armv7"
-
 config SYS_BOARD
        default "goni"
 
@@ -15,4 +12,13 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "s5p_goni"
 
+config DM
+       default y
+
+config DM_GPIO
+       default y
+
+config DM_SERIAL
+       default y
+
 endif