Kconfig (64e8de58c56a60702c9cfd934f7084271271a9fc) Kconfig (6246168b4a38357b135d07370464f27d4f3a68ce)
1#
2# TI device configuration
3#
4
5config NET_VENDOR_TI
6 bool "Texas Instruments (TI) devices"
7 default y
8 depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE

--- 61 unchanged lines hidden (view full) ---

70 ---help---
71 This driver supports TI's CPSW Ethernet Switch.
72
73 To compile this driver as a module, choose M here: the module
74 will be called cpsw.
75
76config TI_CPTS
77 tristate "TI Common Platform Time Sync (CPTS) Support"
1#
2# TI device configuration
3#
4
5config NET_VENDOR_TI
6 bool "Texas Instruments (TI) devices"
7 default y
8 depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE

--- 61 unchanged lines hidden (view full) ---

70 ---help---
71 This driver supports TI's CPSW Ethernet Switch.
72
73 To compile this driver as a module, choose M here: the module
74 will be called cpsw.
75
76config TI_CPTS
77 tristate "TI Common Platform Time Sync (CPTS) Support"
78 depends on TI_CPSW
78 depends on TI_CPSW || TI_KEYSTONE_NETCP
79 select PTP_1588_CLOCK
80 ---help---
81 This driver supports the Common Platform Time Sync unit of
79 select PTP_1588_CLOCK
80 ---help---
81 This driver supports the Common Platform Time Sync unit of
82 the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
83 and Layer 2 packets, and the driver offers a PTP Hardware Clock.
82 the CPSW Ethernet Switch and Keystone 2 1g/10g Switch Subsystem.
83 The unit can time stamp PTP UDP/IPv4 and Layer 2 packets, and the
84 driver offers a PTP Hardware Clock.
84
85config TI_KEYSTONE_NETCP
86 tristate "TI Keystone NETCP Core Support"
87 select TI_CPSW_ALE
88 select TI_DAVINCI_MDIO
89 depends on OF
90 depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
91 ---help---

--- 37 unchanged lines hidden ---
85
86config TI_KEYSTONE_NETCP
87 tristate "TI Keystone NETCP Core Support"
88 select TI_CPSW_ALE
89 select TI_DAVINCI_MDIO
90 depends on OF
91 depends on KEYSTONE_NAVIGATOR_DMA && KEYSTONE_NAVIGATOR_QMSS
92 ---help---

--- 37 unchanged lines hidden ---