The following is the portion of kernel boot messages for your reference.
1. CONFIG_IMX_SDMA=m
...
[ 2.143352] mxc_vpu 2040000.vpu_fsl: VPU initialized
[ 2.151141] sgtl5000 0-000a: sgtl5000 revision 0x11
[ 2.180601] random: fast init done
...
[ 2.535362] fsl-ssi-dai 2028000.ssi: Unbalanced pm_runtime_enable!
[ 2.542383] ALSA device list:
[ 2.545397] No soundcards found.
[ 2.582753] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[ 2.592948] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.602724] devtmpfs: mounted
...
2. CONFIG_IMX_SDMA=y
...
[ 2.181997] mxc_vpu 2040000.vpu_fsl: VPU initialized
[ 2.189832] sgtl5000 0-000a: sgtl5000 revision 0x11
[ 2.219494] random: fast init done
...
[ 2.555106] hub 2-0:1.0: 1 port detected
[ 2.561200] imx_thermal 20c8000.anatop:tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C
[ 2.573154] ALSA device list:
[ 2.576133] #0: sgtl5000-audio
[ 2.608892] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[ 2.619079] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.628700] devtmpfs: mounted
...