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

config CONFIG_SFC_FALCON
	tristate "Solarflare SFC4000 support"
	depends on CONFIG_PCI
	select CONFIG_MDIO
	select CONFIG_CRC32
	select CONFIG_I2C
	select CONFIG_I2C_ALGOBIT
	---help---
	  This driver supports 10-gigabit Ethernet cards based on
	  the Solarflare SFC4000 controller.

	  To compile this driver as a module, choose CONFIG_M here.  The module
	  will be called sfc-falcon.
config CONFIG_SFC_FALCON_MTD
	bool "Solarflare SFC4000 MTD support"
	depends on CONFIG_SFC_FALCON && CONFIG_MTD && !(CONFIG_SFC_FALCON=y && CONFIG_MTD=m)
	default y
	---help---
	  This exposes the on-board flash and/or EEPROM as CONFIG_MTD devices
	  (e.g. /dev/mtd1).  This is required to update the boot
	  configuration under Linux.