From 0f60e7debf1141a2cdd0e5fa2256e349ae047a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Mi=C5=A1i=C4=87?= Date: Thu, 18 Nov 2021 14:57:47 +0100 Subject: [PATCH] pps_capture: add kconfig --- Tools/kconfig/cmake_kconfig_lut.txt | 1 + src/drivers/pps_capture/Kconfig | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 src/drivers/pps_capture/Kconfig diff --git a/Tools/kconfig/cmake_kconfig_lut.txt b/Tools/kconfig/cmake_kconfig_lut.txt index 2c3dadd505..403d1b550e 100644 --- a/Tools/kconfig/cmake_kconfig_lut.txt +++ b/Tools/kconfig/cmake_kconfig_lut.txt @@ -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 diff --git a/src/drivers/pps_capture/Kconfig b/src/drivers/pps_capture/Kconfig new file mode 100644 index 0000000000..9a41a5eae3 --- /dev/null +++ b/src/drivers/pps_capture/Kconfig @@ -0,0 +1,5 @@ +menuconfig DRIVERS_PPS_CAPTURE + bool "pps_capture" + default n + ---help--- + Enable support for pps_capture \ No newline at end of file