diff options
author | Sekhar Nori <[email protected]> | 2015-07-08 20:57:36 +0530 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2015-07-16 00:54:10 -0700 |
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 <[email protected]>
Acked-by: Mugunthan V N <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-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 # 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 |