commit | 5eb519f3f6df367d43ec0c6e063fd62943fe4dcf | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@osg.samsung.com> | Wed Apr 20 13:45:46 2016 -0400 |
committer | Lee Jones <lee.jones@linaro.org> | Mon May 09 08:23:56 2016 +0100 |
tree | 2fc532ef834eba8d3322ea40418232ed05cf706f | |
parent | d6441dc5ce2bc8b296a65952d840d2f16e37f974 [diff] |
mfd: Use IS_ENABLED(CONFIG_FOO) instead of checking FOO || FOO_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: Lee Jones <lee.jones@linaro.org>