Kconfig (cc9b94029e9ef51787af908e9856b1eed314bc00) | Kconfig (d1cbfd771ce8297fa11e89f315392de6056a2181) |
---|---|
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 --- 62 unchanged lines hidden (view full) --- 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" 78 depends on TI_CPSW | 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 --- 62 unchanged lines hidden (view full) --- 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" 78 depends on TI_CPSW |
79 select PTP_1588_CLOCK | 79 imply 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 --- |