Kconfig 3.1 KB

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