diff options
Diffstat (limited to 'configs/snapper9g20_defconfig')
-rw-r--r-- | configs/snapper9g20_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/snapper9g20_defconfig b/configs/snapper9g20_defconfig index 2faae15930..d5f1d9fa19 100644 --- a/configs/snapper9g20_defconfig +++ b/configs/snapper9g20_defconfig @@ -1,3 +1,8 @@ CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20" CONFIG_ARM=y CONFIG_TARGET_SNAPPER9260=y +CONFIG_DM=y +CONFIG_DM_GPIO=y +CONFIG_DM_SERIAL=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 |