diff options
Diffstat (limited to 'configs/stv0991_defconfig')
-rw-r--r-- | configs/stv0991_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/stv0991_defconfig b/configs/stv0991_defconfig index a05e991..1c9ba88 100644 --- a/configs/stv0991_defconfig +++ b/configs/stv0991_defconfig @@ -1,3 +1,7 @@ CONFIG_SYS_EXTRA_OPTIONS="stv0991" CONFIG_ARM=y CONFIG_TARGET_STV0991=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_DM=y +CONFIG_DM_SERIAL=y |