diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-31 14:12:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-31 14:54:11 +0000 |
commit | e252523492f16fb42f0c872e7040f7fb9af891bc (patch) | |
tree | 15270e97ba3f9a28944ba32487274624aa38bb5d /main/linux-grsec/kernelconfig.x86_64 | |
parent | 49548e7a898968dd7d75e7e10eb27b33cf6d21ae (diff) | |
download | aports-e252523492f16fb42f0c872e7040f7fb9af891bc.tar.bz2 aports-e252523492f16fb42f0c872e7040f7fb9af891bc.tar.xz |
main/linux-grsec: add support for PPS
Requested by nangel
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86_64')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index c90a674290..76557d225e 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -2775,19 +2775,25 @@ CONFIG_SPI_TLE62X0=m # # PPS support # -# CONFIG_PPS is not set +CONFIG_PPS=m +# CONFIG_PPS_DEBUG is not set # -# PPS generators support +# PPS clients support # +# CONFIG_PPS_CLIENT_KTIMER is not set +CONFIG_PPS_CLIENT_LDISC=m +# CONFIG_PPS_CLIENT_PARPORT is not set +# CONFIG_PPS_CLIENT_GPIO is not set # -# PTP clock support +# PPS generators support # # -# Enable Device Drivers -> PPS to see the PTP clock options. +# PTP clock support # +# CONFIG_PTP_1588_CLOCK is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_DEBUG_GPIO is not set |