Skip to content
Commit 48b4e51f authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'net-is_enabled'



Javier Martinez Canillas says:

====================
net: use IS_ENABLED() instead of checking for built-in or module

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.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 34c1b089 65b323e2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment