Enable PPS via GPIO and Serial as LKM

Armbian kernels all statically build and bind PPS support but most do not build any PPS client drivers.

This will add both GPIO and Serial (LDISC) clients as LKMs, suitable for many SBC-based projects and implementations.
This commit is contained in:
WaterByWind 2019-04-15 21:41:36 -04:00
parent 5ac45bd187
commit c6903ca263
2 changed files with 3 additions and 3 deletions

View File

@ -2800,7 +2800,7 @@ CONFIG_PPS=y
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
CONFIG_PPS_CLIENT_LDISC=m
# CONFIG_PPS_CLIENT_PARPORT is not set
CONFIG_PPS_CLIENT_GPIO=m

View File

@ -2655,8 +2655,8 @@ CONFIG_PPS=y
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
# CONFIG_PPS_CLIENT_GPIO is not set
CONFIG_PPS_CLIENT_LDISC=m
CONFIG_PPS_CLIENT_GPIO=m
#
# PPS generators support