aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2020-06-08 22:33:56 +0000
committerDan Murphy <dmurphy@ti.com>2020-06-09 14:58:50 -0500
commit521a7548e0254403815ddd8feeac25121a3fba7f (patch)
treef82100ea36d4170e990778952fb845920147a52c
parent8d13ac4eebc5937523878a50257ef722fc424ef1 (diff)
downloadlinux-dt-521a7548e0254403815ddd8feeac25121a3fba7f.tar.gz
config: connectivity.cfg: Fix NFS boot issues with 5.7 kernel
Two recent commits b6d49cab44b5 ("net: Make PTP-specific drivers depend on PTP_1588_CLOCK") and 92db978f0d68 ("net: ethernet: ti: Remove TI_CPTS_MOD workaround") added between v5.7-rc4 and v5.7-rc6 introduces a dependency against CONFIG_PTP_1588_CLOCK for the TI CPSW drivers to be built in. Fix this by explicitly enabling CONFIG_PTP_1588_CLOCK to be built in, which in turn restores the CONFIG_TI_CPTS, CONFIG_TI_CPSW and CONFIG_TI_KEYSTONE_NETCP to be built-in and restores the NFS functionality on various TI v7 platforms. Reported-by: Carlos Hernandez <ceh@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>
-rw-r--r--config/connectivity.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/connectivity.cfg b/config/connectivity.cfg
index b247c7c..5cd745b 100644
--- a/config/connectivity.cfg
+++ b/config/connectivity.cfg
@@ -22,6 +22,9 @@ CONFIG_GPIO_TPIC2810=m
#I2C EEPROMS
CONFIG_EEPROM_AT24=m
+# PTP
+CONFIG_PTP_1588_CLOCK=y
+
#Networking drivers
CONFIG_NET_VENDOR_TI=y
CONFIG_KEYSTONE_NAVIGATOR_QMSS=y