diff options
author | Sekhar Nori <nsekhar@ti.com> | 2015-07-08 20:57:36 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-16 00:54:10 -0700 |
commit | 5c107aa031c95c9d9df3034827894e3b6dde90cd (patch) | |
tree | 5cc103668e0bc58db96f44a6714732c26841d32a /arch/arm/configs/omap2plus_defconfig | |
parent | af7b9f894234d9c64dff497c554e6fea9a525638 (diff) | |
download | op-kernel-dev-5c107aa031c95c9d9df3034827894e3b6dde90cd.zip op-kernel-dev-5c107aa031c95c9d9df3034827894e3b6dde90cd.tar.gz |
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>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-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 294059d..4cb1c11 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -169,6 +169,7 @@ CONFIG_SMSC911X=y # CONFIG_NET_VENDOR_STMICRO is not set CONFIG_TI_DAVINCI_EMAC=y CONFIG_TI_CPSW=y +CONFIG_TI_CPTS=y # CONFIG_NET_VENDOR_VIA is not set # CONFIG_NET_VENDOR_WIZNET is not set CONFIG_AT803X_PHY=y |