Merge branch 'master' of git://git.denx.de/u-boot
[platform/kernel/u-boot.git] / board / silica / pengwyn / Kconfig
index 90bfb69..2e9a2b3 100644 (file)
@@ -1,8 +1,5 @@
 if TARGET_PENGWYN
 
-config SYS_CPU
-       default "armv7"
-
 config SYS_BOARD
        default "pengwyn"
 
@@ -15,4 +12,13 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "pengwyn"
 
+config DM
+       default y
+
+config DM_GPIO
+       default y
+
+config DM_SERIAL
+       default y
+
 endif