linux/drivers/net/ethernet/3com
Javier Martinez Canillas aa211d2074 3c59x: use IS_ENABLED() instead of checking for built-in or 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.

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: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-12 20:27:57 -07:00
..
3c59x.c 3c59x: use IS_ENABLED() instead of checking for built-in or module 2016-09-12 20:27:57 -07:00
3c509.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
3c515.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
3c574_cs.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
3c589_cs.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
Kconfig drivers/net: remove all references to obsolete Ethernet-HOWTO 2015-06-23 06:50:35 -07:00
Makefile drivers/net: delete old 8bit ISA 3c501 driver. 2013-01-22 10:39:49 -05:00
typhoon.c net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
typhoon.h