commit | d57d3a48ca784615e839475d8bdf8f3cecf77c8d | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@osg.samsung.com> | Wed May 11 13:39:27 2016 -0400 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat May 14 13:32:03 2016 +0530 |
tree | 7df8bb93d46159f0050152d1880750229b737b74 | |
parent | dd4e91d538b3d16d5241575a3fb654a9aa50392c [diff] |
dmaengine: core: Use IS_ENABLED() instead of checking for built-in or module The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either built-in or as a module, use that macro instead of open coding the same. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>