From f4ec915c5d70f977cd6964b7fddc5f820f6da792 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 25 Sep 2020 11:29:44 +0100 Subject: [PATCH] resources: Remove unused PPS features from kernel config In particular this removes the annoying PPS messages that fill up the dmesg log. Signed-off-by: Rob Bradford --- resources/linux-config-x86_64 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/linux-config-x86_64 b/resources/linux-config-x86_64 index 9cbf2ae63..c0e8a83e7 100644 --- a/resources/linux-config-x86_64 +++ b/resources/linux-config-x86_64 @@ -1462,14 +1462,14 @@ CONFIG_HANGCHECK_TIMER=y # CONFIG_SPMI is not set # CONFIG_HSI is not set CONFIG_PPS=y -CONFIG_PPS_DEBUG=y +# CONFIG_PPS_DEBUG is not set # # PPS clients support # -CONFIG_PPS_CLIENT_KTIMER=y -CONFIG_PPS_CLIENT_LDISC=y -CONFIG_PPS_CLIENT_GPIO=y +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set # # PPS generators support