Kconfig (d1cbfd771ce8297fa11e89f315392de6056a2181) Kconfig (c8395d4e1d4ffbc9d8aa61f534c82e8deed72cfd)
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

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

69 select REGMAP
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
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

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

69 select REGMAP
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 bool "TI Common Platform Time Sync (CPTS) Support"
77 tristate "TI Common Platform Time Sync (CPTS) Support"
78 depends on TI_CPSW
78 depends on TI_CPSW
79 imply PTP_1588_CLOCK
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.
84
85config TI_KEYSTONE_NETCP
86 tristate "TI Keystone NETCP Core Support"
87 select TI_CPSW_ALE

--- 41 unchanged lines hidden ---
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.
84
85config TI_KEYSTONE_NETCP
86 tristate "TI Keystone NETCP Core Support"
87 select TI_CPSW_ALE

--- 41 unchanged lines hidden ---