kconfig: remove unneeded dependency on !SPL_BUILD
[oweals/u-boot.git] / board / gumstix / pepper / Kconfig
index 6f94612fe210a1aed4aaa413ebfea88885fa24cc..750db8585d93e2f6b743bc5356c6706b3f71affd 100644 (file)
@@ -12,4 +12,13 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "pepper"
 
+config DM
+       default y
+
+config DM_GPIO
+       default y
+
+config DM_SERIAL
+       default y
+
 endif