Kconfig 2.1 KB

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