Kconfig 3.0 KB

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