mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
pps_capture: add kconfig
This commit is contained in:
parent
064a602962
commit
0f60e7debf
@ -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
Normal file
5
src/drivers/pps_capture/Kconfig
Normal file
@ -0,0 +1,5 @@
|
||||
menuconfig DRIVERS_PPS_CAPTURE
|
||||
bool "pps_capture"
|
||||
default n
|
||||
---help---
|
||||
Enable support for pps_capture
|
||||
Loading…
x
Reference in New Issue
Block a user