Kconfig 2.3 KB

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