Kconfig 3.0 KB

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