From 90e4db9de6bdb5931465c161878998407aba0bf2 Mon Sep 17 00:00:00 2001 From: Henry Pauli Date: Thu, 18 Feb 2016 01:41:41 +0100 Subject: [PATCH] Change PPS to module and enable PPS_GPIO There is no need to have CONFIG_PPS hardlinked in the kernel, esp not without a client driver to drive the PPS (Pulse Per Second) device. Also enabled the CONFIG_PPS_GPIO as module to drive the PPS device (which is the most use full driver on all the embedded boards). --- config/linux-sunxi-next.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/linux-sunxi-next.config b/config/linux-sunxi-next.config index 9bc862d293..a30fc5ff5d 100644 --- a/config/linux-sunxi-next.config +++ b/config/linux-sunxi-next.config @@ -2435,7 +2435,7 @@ CONFIG_SPI_SPIDEV=m # # PPS support # -CONFIG_PPS=y +CONFIG_PPS=m # CONFIG_PPS_DEBUG is not set # @@ -2444,7 +2444,7 @@ CONFIG_PPS=y # CONFIG_PPS_CLIENT_KTIMER is not set # CONFIG_PPS_CLIENT_LDISC is not set # CONFIG_PPS_CLIENT_PARPORT is not set -# CONFIG_PPS_CLIENT_GPIO is not set +CONFIG_PPS_CLIENT_GPIO=m # # PPS generators support