157d0b7a0SJeff Kirsher# 257d0b7a0SJeff Kirsher# Cirrus network device configuration 357d0b7a0SJeff Kirsher# 457d0b7a0SJeff Kirsher 557d0b7a0SJeff Kirsherconfig NET_VENDOR_CIRRUS 657d0b7a0SJeff Kirsher bool "Cirrus devices" 788f07484SJeff Kirsher default y 8e9460a9eSJaccon Bastiaansen depends on ISA || EISA || ARM || MAC 957d0b7a0SJeff Kirsher ---help--- 1057d0b7a0SJeff Kirsher If you have a network (Ethernet) card belonging to this class, say Y 1157d0b7a0SJeff Kirsher and read the Ethernet-HOWTO, available from 1257d0b7a0SJeff Kirsher <http://www.tldp.org/docs.html#howto>. 1357d0b7a0SJeff Kirsher 1457d0b7a0SJeff Kirsher Note that the answer to this question doesn't directly affect the 1557d0b7a0SJeff Kirsher kernel: saying N will just cause the configurator to skip all 1657d0b7a0SJeff Kirsher the questions about Cirrus cards. If you say Y, you will be asked 1757d0b7a0SJeff Kirsher for your specific card in the following questions. 1857d0b7a0SJeff Kirsher 1957d0b7a0SJeff Kirsherif NET_VENDOR_CIRRUS 2057d0b7a0SJeff Kirsher 21b340a207SJeff Kirsherconfig CS89x0 22b340a207SJeff Kirsher tristate "CS89x0 support" 23e9460a9eSJaccon Bastiaansen depends on ISA || EISA || ARM 24b340a207SJeff Kirsher ---help--- 25b340a207SJeff Kirsher Support for CS89x0 chipset based Ethernet cards. If you have a 26b340a207SJeff Kirsher network (Ethernet) card of this type, say Y and read the 27b340a207SJeff Kirsher Ethernet-HOWTO, available from 28b340a207SJeff Kirsher <http://www.tldp.org/docs.html#howto> as well as 29b340a207SJeff Kirsher <file:Documentation/networking/cs89x0.txt>. 30b340a207SJeff Kirsher 31b340a207SJeff Kirsher To compile this driver as a module, choose M here. The module 32b340a207SJeff Kirsher will be called cs89x0. 33b340a207SJeff Kirsher 34e9460a9eSJaccon Bastiaansenconfig CS89x0_PLATFORM 35fc9a5707SArnd Bergmann bool "CS89x0 platform driver support" if HAS_IOPORT_MAP 36fc9a5707SArnd Bergmann default !HAS_IOPORT_MAP 37e9460a9eSJaccon Bastiaansen depends on CS89x0 38e9460a9eSJaccon Bastiaansen help 39e9460a9eSJaccon Bastiaansen Say Y to compile the cs89x0 driver as a platform driver. This 40e9460a9eSJaccon Bastiaansen makes this driver suitable for use on certain evaluation boards 41e9460a9eSJaccon Bastiaansen such as the iMX21ADS. 42e9460a9eSJaccon Bastiaansen 43e9460a9eSJaccon Bastiaansen If you are unsure, say N. 44b340a207SJeff Kirsher 4557d0b7a0SJeff Kirsherconfig EP93XX_ETH 4657d0b7a0SJeff Kirsher tristate "EP93xx Ethernet support" 4757d0b7a0SJeff Kirsher depends on ARM && ARCH_EP93XX 4857d0b7a0SJeff Kirsher select MII 4957d0b7a0SJeff Kirsher help 5057d0b7a0SJeff Kirsher This is a driver for the ethernet hardware included in EP93xx CPUs. 5157d0b7a0SJeff Kirsher Say Y if you are building a kernel for EP93xx based devices. 5257d0b7a0SJeff Kirsher 530a3360e1SGeert Uytterhoevenconfig MAC89x0 540a3360e1SGeert Uytterhoeven tristate "Macintosh CS89x0 based ethernet cards" 550a3360e1SGeert Uytterhoeven depends on MAC 560a3360e1SGeert Uytterhoeven ---help--- 570a3360e1SGeert Uytterhoeven Support for CS89x0 chipset based Ethernet cards. If you have a 580a3360e1SGeert Uytterhoeven Nubus or LC-PDS network (Ethernet) card of this type, say Y and 590a3360e1SGeert Uytterhoeven read the Ethernet-HOWTO, available from 600a3360e1SGeert Uytterhoeven <http://www.tldp.org/docs.html#howto>. 610a3360e1SGeert Uytterhoeven 620a3360e1SGeert Uytterhoeven To compile this driver as a module, choose M here. This module will 630a3360e1SGeert Uytterhoeven be called mac89x0. 640a3360e1SGeert Uytterhoeven 6557d0b7a0SJeff Kirsherendif # NET_VENDOR_CIRRUS 66