Kconfig 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 || MIPS || \
  9. PCI || PCMCIA || SUPERH || XTENSA_PLATFORM_XT2000 || ZORRO
  10. ---help---
  11. If you have a network (Ethernet) card belonging to this class, say Y
  12. and read the Ethernet-HOWTO, available from
  13. <http://www.tldp.org/docs.html#howto>.
  14. Note that the answer to this question doesn't directly affect the
  15. kernel: saying N will just cause the configurator to skip all
  16. the questions about National Semi-conductor devices. If you say Y,
  17. you will be asked for your specific card in the following questions.
  18. if NET_VENDOR_NATSEMI
  19. config MACSONIC
  20. tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"
  21. depends on MAC
  22. ---help---
  23. Support for NatSemi SONIC based Ethernet devices. This includes
  24. the onboard Ethernet in many Quadras as well as some LC-PDS,
  25. a few Nubus and all known Comm Slot Ethernet cards. If you have
  26. one of these say Y and read the Ethernet-HOWTO, available from
  27. <http://www.tldp.org/docs.html#howto>.
  28. To compile this driver as a module, choose M here. This module will
  29. be called macsonic.
  30. config MIPS_JAZZ_SONIC
  31. tristate "MIPS JAZZ onboard SONIC Ethernet support"
  32. depends on MACH_JAZZ
  33. ---help---
  34. This is the driver for the onboard card of MIPS Magnum 4000,
  35. Acer PICA, Olivetti M700-10 and a few other identical OEM systems.
  36. config NATSEMI
  37. tristate "National Semiconductor DP8381x series PCI Ethernet support"
  38. depends on PCI
  39. select CRC32
  40. ---help---
  41. This driver is for the National Semiconductor DP83810 series,
  42. which is used in cards from PureData, NetGear, Linksys
  43. and others, including the 83815 chip.
  44. More specific information and updates are available from
  45. <http://www.scyld.com/network/natsemi.html>.
  46. config NS83820
  47. tristate "National Semiconductor DP83820 support"
  48. depends on PCI
  49. ---help---
  50. This is a driver for the National Semiconductor DP83820 series
  51. of gigabit ethernet MACs. Cards using this chipset include
  52. the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX,
  53. SOHO-GA2000T, SOHO-GA2500T. The driver supports the use of
  54. zero copy.
  55. config XTENSA_XT2000_SONIC
  56. tristate "Xtensa XT2000 onboard SONIC Ethernet support"
  57. depends on XTENSA_PLATFORM_XT2000
  58. ---help---
  59. This is the driver for the onboard card of the Xtensa XT2000 board.
  60. endif # NET_VENDOR_NATSEMI