Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# Davicom device configuration
#

config CONFIG_DM9000
	tristate "DM9000 support"
	depends on CONFIG_ARM || CONFIG_BLACKFIN || CONFIG_MIPS || CONFIG_COLDFIRE || CONFIG_NIOS2
	select CONFIG_CRC32
	select CONFIG_MII
	---help---
	  Support for CONFIG_DM9000 chipset.

	  To compile this driver as a module, choose CONFIG_M here.  The module
	  will be called dm9000.

config CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL
	bool "Force simple NSR based PHY polling"
	depends on CONFIG_DM9000
	---help---
	  This configuration forces the CONFIG_DM9000 to use the NSR's LinkStatus
	  bit to determine if the link is up or down instead of the more
	  costly CONFIG_MII PHY reads. Note, this will not work if the chip is
	  operating with an external PHY.