1# 2# National Semi-conductor device configuration 3# 4 5config NET_VENDOR_NATSEMI 6 bool "National Semi-conductor devices" 7 default y 8 depends on AMIGA_PCMCIA || ARM || EISA || EXPERIMENTAL || H8300 || \ 9 ISA || M32R || MAC || MACH_JAZZ || MACH_TX49XX || MCA || \ 10 MCA_LEGACY || MIPS || PCI || PCMCIA || SUPERH || \ 11 XTENSA_PLATFORM_XT2000 || ZORRO 12 ---help--- 13 If you have a network (Ethernet) card belonging to this class, say Y 14 and read the Ethernet-HOWTO, available from 15 <http://www.tldp.org/docs.html#howto>. 16 17 Note that the answer to this question doesn't directly affect the 18 kernel: saying N will just cause the configurator to skip all 19 the questions about National Semi-conductor devices. If you say Y, 20 you will be asked for your specific card in the following questions. 21 22if NET_VENDOR_NATSEMI 23 24config IBMLANA 25 tristate "IBM LAN Adapter/A support" 26 depends on MCA 27 ---help--- 28 This is a Micro Channel Ethernet adapter. You need to set 29 CONFIG_MCA to use this driver. It is both available as an in-kernel 30 driver and as a module. 31 32 To compile this driver as a module, choose M here. The only 33 currently supported card is the IBM LAN Adapter/A for Ethernet. It 34 will both support 16K and 32K memory windows, however a 32K window 35 gives a better security against packet losses. Usage of multiple 36 boards with this driver should be possible, but has not been tested 37 up to now due to lack of hardware. 38 39config MACSONIC 40 tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" 41 depends on MAC 42 ---help--- 43 Support for NatSemi SONIC based Ethernet devices. This includes 44 the onboard Ethernet in many Quadras as well as some LC-PDS, 45 a few Nubus and all known Comm Slot Ethernet cards. If you have 46 one of these say Y and read the Ethernet-HOWTO, available from 47 <http://www.tldp.org/docs.html#howto>. 48 49 To compile this driver as a module, choose M here. This module will 50 be called macsonic. 51 52config MIPS_JAZZ_SONIC 53 tristate "MIPS JAZZ onboard SONIC Ethernet support" 54 depends on MACH_JAZZ 55 ---help--- 56 This is the driver for the onboard card of MIPS Magnum 4000, 57 Acer PICA, Olivetti M700-10 and a few other identical OEM systems. 58 59config NATSEMI 60 tristate "National Semiconductor DP8381x series PCI Ethernet support" 61 depends on PCI 62 select CRC32 63 ---help--- 64 This driver is for the National Semiconductor DP83810 series, 65 which is used in cards from PureData, NetGear, Linksys 66 and others, including the 83815 chip. 67 More specific information and updates are available from 68 <http://www.scyld.com/network/natsemi.html>. 69 70config NS83820 71 tristate "National Semiconductor DP83820 support" 72 depends on PCI 73 ---help--- 74 This is a driver for the National Semiconductor DP83820 series 75 of gigabit ethernet MACs. Cards using this chipset include 76 the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX, 77 SOHO-GA2000T, SOHO-GA2500T. The driver supports the use of 78 zero copy. 79 80config XTENSA_XT2000_SONIC 81 tristate "Xtensa XT2000 onboard SONIC Ethernet support" 82 depends on XTENSA_PLATFORM_XT2000 83 ---help--- 84 This is the driver for the onboard card of the Xtensa XT2000 board. 85 86endif # NET_VENDOR_NATSEMI 87