Re: [PATCH 1/2] ARM: OMAP1: use IS_ENABLED() instead of checking for built-in or module

From: Tony Lindgren
Date: Fri Aug 26 2016 - 11:43:10 EST


* Javier Martinez Canillas <javier@xxxxxxxxxxxxxxx> [160811 12:30]:
> 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.
>
> Using the macro makes the code more readable by helping abstract away some
> of the Kconfig built-in and module enable details.

Applying both patches into omap-for-v4.9/soc thanks.

Tony