# SPDX-License-Identifier: GPL-2.0-only # # Cirrus network device configuration # config [31mCONFIG_NET_VENDOR_CIRRUS[0m bool "Cirrus devices" default y depends on [31mCONFIG_ISA[0m || [31mCONFIG_EISA[0m || [31mCONFIG_ARM[0m || [31mCONFIG_MAC[0m ---help--- If you have a network (Ethernet) card belonging to this class, say Y. 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 Cirrus cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_CIRRUS[0m config [31mCONFIG_CS89x0[0m tristate "CS89x0 support" depends on [31mCONFIG_ISA[0m || [31mCONFIG_EISA[0m || [31mCONFIG_ARM[0m depends on ![31mCONFIG_PPC32[0m ---help--- Support for [31mCONFIG_CS89x0[0m chipset based Ethernet cards. If you have a network (Ethernet) card of this type, say Y and read the file <file:Documentation/networking/device_drivers/cirrus/cs89x0.txt>. To compile this driver as a module, choose [31mCONFIG_M[0m here. The module will be called cs89x0. config [31mCONFIG_CS89x0_PLATFORM[0m bool "CS89x0 platform driver support" if [31mCONFIG_HAS_IOPORT_MAP[0m default ![31mCONFIG_HAS_IOPORT_MAP[0m depends on [31mCONFIG_CS89x0[0m help Say Y to compile the cs89x0 driver as a platform driver. This makes this driver suitable for use on certain evaluation boards such as the iMX21ADS. If you are unsure, say N. config [31mCONFIG_EP93XX_ETH[0m tristate "EP93xx Ethernet support" depends on ([31mCONFIG_ARM[0m && [31mCONFIG_ARCH_EP93XX[0m) || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_MII[0m help This is a driver for the ethernet hardware included in EP93xx CPUs. Say Y if you are building a kernel for EP93xx based devices. config [31mCONFIG_MAC89x0[0m tristate "Macintosh CS89x0 based ethernet cards" depends on [31mCONFIG_MAC[0m ---help--- Support for [31mCONFIG_CS89x0[0m chipset based Ethernet cards. If you have a Nubus or LC-PDS network (Ethernet) card of this type, say Y here. To compile this driver as a module, choose [31mCONFIG_M[0m here. This module will be called mac89x0. endif # [31mCONFIG_NET_VENDOR_CIRRUS[0m |