# SPDX-License-Identifier: GPL-2.0-only # # Intel XScale IXP device configuration # config [31mCONFIG_NET_VENDOR_XSCALE[0m bool "Intel XScale IXP devices" default y depends on [31mCONFIG_NET_VENDOR_INTEL[0m && ([31mCONFIG_ARM[0m && [31mCONFIG_ARCH_IXP4XX[0m && \ [31mCONFIG_IXP4XX_NPE[0m && [31mCONFIG_IXP4XX_QMGR[0m) ---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 [31mCONFIG_NET_VENDOR_XSCALE[0m config [31mCONFIG_IXP4XX_ETH[0m tristate "Intel IXP4xx Ethernet support" depends on [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_IXP4XX[0m && [31mCONFIG_IXP4XX_NPE[0m && [31mCONFIG_IXP4XX_QMGR[0m select [31mCONFIG_PHYLIB[0m select [31mCONFIG_NET_PTP_CLASSIFY[0m ---help--- Say Y here if you want to use built-in Ethernet ports on IXP4xx processor. endif # [31mCONFIG_NET_VENDOR_XSCALE[0m |