Browse Source

pps_capture: add kconfig

master
Igor Mišić 3 years ago committed by Beat Küng
parent
commit
0f60e7debf
  1. 1
      Tools/kconfig/cmake_kconfig_lut.txt
  2. 5
      src/drivers/pps_capture/Kconfig

1
Tools/kconfig/cmake_kconfig_lut.txt

@ -92,6 +92,7 @@ pca9685,CONFIG_DRIVERS_PCA9685=y @@ -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

5
src/drivers/pps_capture/Kconfig

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