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