Kconfig 2.1 KB

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