Home
last modified time | relevance | path

Searched hist:"5 eb519f3f6df367d43ec0c6e063fd62943fe4dcf" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mfd/
H A Dwm8400-core.cdiff 5eb519f3f6df367d43ec0c6e063fd62943fe4dcf Wed Apr 20 19:45:46 CEST 2016 Javier Martinez Canillas <javier@osg.samsung.com> 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>