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

From: David Miller
Date: Mon Sep 12 2016 - 23:28:56 EST


From: Javier Martinez Canillas <javier@xxxxxxxxxxxxxxx>
Date: Mon, 12 Sep 2016 10:03:31 -0400

> This trivial series is similar to [0] for net/ that you already merged, but
> for drivers/net. The patches replaces the open coding to check for a Kconfig
> symbol being built-in or module, with IS_ENABLED() macro that does the same.

Series applied, thanks.