Loading drivers/net/Kconfig +18 −0 Original line number Diff line number Diff line Loading @@ -912,6 +912,24 @@ config DM9000 To compile this driver as a module, choose M here. The module will be called dm9000. config ENC28J60 tristate "ENC28J60 support" depends on EXPERIMENTAL && SPI && NET_ETHERNET select CRC32 ---help--- Support for the Microchip EN28J60 ethernet chip. To compile this driver as a module, choose M here and read <file:Documentation/networking/net-modules.txt>. The module will be called enc28j60. config ENC28J60_WRITEVERIFY bool "Enable write verify" depends on ENC28J60 ---help--- Enable the verify after the buffer write useful for debugging purpose. If unsure, say N. config SMC911X tristate "SMSC LAN911[5678] support" select CRC32 Loading drivers/net/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,7 @@ obj-$(CONFIG_DM9000) += dm9000.o obj-$(CONFIG_FEC_8XX) += fec_8xx/ obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o obj-$(CONFIG_MLX4_CORE) += mlx4/ obj-$(CONFIG_ENC28J60) += enc28j60.o obj-$(CONFIG_MACB) += macb.o Loading Loading
drivers/net/Kconfig +18 −0 Original line number Diff line number Diff line Loading @@ -912,6 +912,24 @@ config DM9000 To compile this driver as a module, choose M here. The module will be called dm9000. config ENC28J60 tristate "ENC28J60 support" depends on EXPERIMENTAL && SPI && NET_ETHERNET select CRC32 ---help--- Support for the Microchip EN28J60 ethernet chip. To compile this driver as a module, choose M here and read <file:Documentation/networking/net-modules.txt>. The module will be called enc28j60. config ENC28J60_WRITEVERIFY bool "Enable write verify" depends on ENC28J60 ---help--- Enable the verify after the buffer write useful for debugging purpose. If unsure, say N. config SMC911X tristate "SMSC LAN911[5678] support" select CRC32 Loading
drivers/net/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,7 @@ obj-$(CONFIG_DM9000) += dm9000.o obj-$(CONFIG_FEC_8XX) += fec_8xx/ obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o obj-$(CONFIG_MLX4_CORE) += mlx4/ obj-$(CONFIG_ENC28J60) += enc28j60.o obj-$(CONFIG_MACB) += macb.o Loading