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

#
# Allwinner device configuration
#

config CONFIG_NET_VENDOR_ALLWINNER
	bool "Allwinner devices"
	default y

	depends on CONFIG_ARCH_SUNXI
	---help---
	  If you have a network (Ethernet) card belonging to this
	  class, say Y here.

	  Note that the answer to this question doesn't directly
	  affect the kernel: saying N will just cause the configurator
	  to skip all the questions about Allwinner cards. If you say Y,
	  you will be asked for your specific card in the following
	  questions.

if CONFIG_NET_VENDOR_ALLWINNER

config CONFIG_SUN4I_EMAC
        tristate "Allwinner A10 EMAC support"
	depends on CONFIG_ARCH_SUNXI
	depends on CONFIG_OF
	select CONFIG_CRC32
	select CONFIG_MII
	select CONFIG_PHYLIB
	select CONFIG_MDIO_SUN4I
        ---help---
          Support for Allwinner A10 EMAC ethernet driver.

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

endif # CONFIG_NET_VENDOR_ALLWINNER