Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. #
  2. # TI device configuration
  3. #
  4. config NET_VENDOR_TI
  5. bool "Texas Instruments (TI) devices"
  6. default y
  7. depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX || ARCH_KEYSTONE))
  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 TI devices. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_TI
  17. config TI_DAVINCI_EMAC
  18. tristate "TI DaVinci EMAC Support"
  19. depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
  20. select TI_DAVINCI_MDIO
  21. select TI_DAVINCI_CPDMA
  22. select PHYLIB
  23. ---help---
  24. This driver supports TI's DaVinci Ethernet .
  25. To compile this driver as a module, choose M here: the module
  26. will be called davinci_emac_driver. This is recommended.
  27. config TI_DAVINCI_MDIO
  28. tristate "TI DaVinci MDIO Support"
  29. depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX || ARCH_KEYSTONE )
  30. select PHYLIB
  31. ---help---
  32. This driver supports TI's DaVinci MDIO module.
  33. To compile this driver as a module, choose M here: the module
  34. will be called davinci_mdio. This is recommended.
  35. config TI_DAVINCI_CPDMA
  36. tristate "TI DaVinci CPDMA Support"
  37. depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX )
  38. ---help---
  39. This driver supports TI's DaVinci CPDMA dma engine.
  40. To compile this driver as a module, choose M here: the module
  41. will be called davinci_cpdma. This is recommended.
  42. config TI_CPSW_PHY_SEL
  43. boolean "TI CPSW Switch Phy sel Support"
  44. depends on TI_CPSW
  45. ---help---
  46. This driver supports configuring of the phy mode connected to
  47. the CPSW.
  48. config TI_CPSW
  49. tristate "TI CPSW Switch Support"
  50. depends on ARM && (ARCH_DAVINCI || SOC_AM33XX)
  51. select TI_DAVINCI_CPDMA
  52. select TI_DAVINCI_MDIO
  53. select TI_CPSW_PHY_SEL
  54. select MFD_SYSCON
  55. select REGMAP
  56. ---help---
  57. This driver supports TI's CPSW Ethernet Switch.
  58. To compile this driver as a module, choose M here: the module
  59. will be called cpsw.
  60. config TI_CPTS
  61. boolean "TI Common Platform Time Sync (CPTS) Support"
  62. depends on TI_CPSW
  63. select PTP_1588_CLOCK
  64. ---help---
  65. This driver supports the Common Platform Time Sync unit of
  66. the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
  67. and Layer 2 packets, and the driver offers a PTP Hardware Clock.
  68. config TLAN
  69. tristate "TI ThunderLAN support"
  70. depends on (PCI || EISA)
  71. ---help---
  72. If you have a PCI Ethernet network card based on the ThunderLAN chip
  73. which is supported by this driver, say Y and read the
  74. Ethernet-HOWTO, available from
  75. <http://www.tldp.org/docs.html#howto>.
  76. Devices currently supported by this driver are Compaq Netelligent,
  77. Compaq NetFlex and Olicom cards. Please read the file
  78. <file:Documentation/networking/tlan.txt> for more details.
  79. To compile this driver as a module, choose M here. The module
  80. will be called tlan.
  81. Please email feedback to <torben.mathiasen@compaq.com>.
  82. config CPMAC
  83. tristate "TI AR7 CPMAC Ethernet support"
  84. depends on AR7
  85. select PHYLIB
  86. ---help---
  87. TI AR7 CPMAC Ethernet support
  88. endif # NET_VENDOR_TI