aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2021-11-07 19:40:17 +0100
committerVincent Blut <vincent.debian@free.fr>2021-11-12 00:08:44 +0100
commit599848d9925dae72608b5e79dfaf2eefd4b1d734 (patch)
treee7c9b66fbcfc5c6188a2b750f794437498101822
parent41e70832146385651d3ad5942c63e13baed12b65 (diff)
downloadkernel_replicant_linux-599848d9925dae72608b5e79dfaf2eefd4b1d734.tar.gz
kernel_replicant_linux-599848d9925dae72608b5e79dfaf2eefd4b1d734.tar.bz2
kernel_replicant_linux-599848d9925dae72608b5e79dfaf2eefd4b1d734.zip
drivers/ptp, net: Enable DP83640_PHY, PTP_1588_CLOCK_INES, NETWORK_PHY_TIMESTAMPING, NET_PTP_CLASSIFY
-rw-r--r--debian/changelog2
-rw-r--r--debian/config/config5
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4a78586f41e4..5cb55fb21df4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ linux (5.15.1-1~exp2) UNRELEASED; urgency=medium
* [x86] drivers/ptp: Enable PTP_1588_CLOCK_VMW as module
* drivers/ptp: Enable PTP_1588_CLOCK_DTE, PTP_1588_CLOCK_IDT82P33,
PTP_1588_CLOCK_IDTCM, PTP_1588_CLOCK_OCP as modules
+ * drivers/ptp, net: Enable DP83640_PHY, PTP_1588_CLOCK_INES,
+ NET_PTP_CLASSIFY, NETWORK_PHY_TIMESTAMPING
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 11 Nov 2021 22:21:52 +0100
diff --git a/debian/config/config b/debian/config/config
index 31cdc009b4ff..2295476ccfd6 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -4570,6 +4570,8 @@ CONFIG_PPS_CLIENT_PARPORT=m
CONFIG_PTP_1588_CLOCK=m
CONFIG_PTP_1588_CLOCK_DTE=m
CONFIG_PTP_1588_CLOCK_QORIQ=m
+CONFIG_DP83640_PHY=m
+CONFIG_PTP_1588_CLOCK_INES=m
CONFIG_PTP_1588_CLOCK_IDT82P33=m
CONFIG_PTP_1588_CLOCK_IDTCM=m
CONFIG_PTP_1588_CLOCK_OCP=m
@@ -6780,7 +6782,8 @@ CONFIG_PAGE_POISONING=y
CONFIG_NET=y
CONFIG_INET=y
CONFIG_NETWORK_SECMARK=y
-# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
+CONFIG_NET_PTP_CLASSIFY=y
+CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y