diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-04-20 19:45:46 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-05-09 09:23:56 +0200 |
commit | 5eb519f3f6df367d43ec0c6e063fd62943fe4dcf (patch) | |
tree | 2fc532ef834eba8d3322ea40418232ed05cf706f /Kconfig | |
parent | mfd: twl6040: Disable and unprepare clk32k in twl6040_power() error path (diff) | |
download | linux-5eb519f3f6df367d43ec0c6e063fd62943fe4dcf.tar.xz linux-5eb519f3f6df367d43ec0c6e063fd62943fe4dcf.zip |
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>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions