Re: [PATCH 0/8] net: use IS_ENABLED() instead of checking for built-in or module

From: David Miller
Date: Sun Sep 11 2016 - 00:19:43 EST


From: Javier Martinez Canillas <javier@xxxxxxxxxxxxxxx>
Date: Fri, 9 Sep 2016 08:43:12 -0400

> This trivial series replace the open coding to check for a Kconfig symbol
> being built-in or module, with IS_ENABLED() macro that does exactly that.
>
> Using the macro makes the code more readable by helping abstract away some
> of the Kconfig built-in and module enable details.

Series applied, thanks.