diff options
author | Sekhar Nori <nsekhar@ti.com> | 2015-07-08 11:27:36 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-16 03:54:10 -0400 |
commit | 5c107aa031c95c9d9df3034827894e3b6dde90cd (patch) | |
tree | 5cc103668e0bc58db96f44a6714732c26841d32a | |
parent | af7b9f894234d9c64dff497c554e6fea9a525638 (diff) |
ARM: omap2plus_defconfig: enable support for TI CPTS
CPTS module of CPSW IP enables timestamp synchronization
using PTP. Enable CPTS feature of CPSW driver.
Available on AM335x, AM437x and DRA7x SoCs.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 294059d5ef80..4cb1c11d83ad 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -169,6 +169,7 @@ CONFIG_SMSC911X=y | |||
169 | # CONFIG_NET_VENDOR_STMICRO is not set | 169 | # CONFIG_NET_VENDOR_STMICRO is not set |
170 | CONFIG_TI_DAVINCI_EMAC=y | 170 | CONFIG_TI_DAVINCI_EMAC=y |
171 | CONFIG_TI_CPSW=y | 171 | CONFIG_TI_CPSW=y |
172 | CONFIG_TI_CPTS=y | ||
172 | # CONFIG_NET_VENDOR_VIA is not set | 173 | # CONFIG_NET_VENDOR_VIA is not set |
173 | # CONFIG_NET_VENDOR_WIZNET is not set | 174 | # CONFIG_NET_VENDOR_WIZNET is not set |
174 | CONFIG_AT803X_PHY=y | 175 | CONFIG_AT803X_PHY=y |