pps_capture: add kconfig

This commit is contained in:
Igor Mišić 2021-11-18 14:57:47 +01:00 committed by Beat Küng
parent 064a602962
commit 0f60e7debf
2 changed files with 6 additions and 0 deletions

View File

@ -92,6 +92,7 @@ pca9685,CONFIG_DRIVERS_PCA9685=y
pca9685_pwm_out,CONFIG_DRIVERS_PCA9685_PWM_OUT=y
power_monitor/ina226,CONFIG_DRIVERS_POWER_MONITOR_INA226=y
power_monitor/voxlpm,CONFIG_DRIVERS_POWER_MONITOR_VOXLPM=y
pps_capture,CONFIG_DRIVERS_PPS_CAPTURE=y
protocol_splitter,CONFIG_DRIVERS_PROTOCOL_SPLITTER=y
pwm_input,CONFIG_DRIVERS_PWM_INPUT=y
pwm_out_sim,CONFIG_DRIVERS_PWM_OUT_SIM=y

View File

@ -0,0 +1,5 @@
menuconfig DRIVERS_PPS_CAPTURE
bool "pps_capture"
default n
---help---
Enable support for pps_capture