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

# SPDX-License-Identifier: GPL-2.0-only
#
# Intel XScale IXP device configuration
#

config CONFIG_NET_VENDOR_XSCALE
	bool "Intel XScale IXP devices"
	default y
	depends on CONFIG_NET_VENDOR_INTEL && (CONFIG_ARM && CONFIG_ARCH_IXP4XX && \
		   CONFIG_IXP4XX_NPE && CONFIG_IXP4XX_QMGR)
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y.

	  Note that the answer to this question does not directly affect the
	  kernel: saying N will just cause the configurator to skip all
	  the questions about XScale IXP devices. If you say Y, you will be
	  asked for your specific card in the following questions.

if CONFIG_NET_VENDOR_XSCALE

config CONFIG_IXP4XX_ETH
	tristate "Intel IXP4xx Ethernet support"
	depends on CONFIG_ARM && CONFIG_ARCH_IXP4XX && CONFIG_IXP4XX_NPE && CONFIG_IXP4XX_QMGR
	select CONFIG_PHYLIB
	select CONFIG_NET_PTP_CLASSIFY
	---help---
	  Say Y here if you want to use built-in Ethernet ports
	  on IXP4xx processor.

endif # CONFIG_NET_VENDOR_XSCALE