mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
[Kconfig] Fix SITL by adding rpm/rpm_simulator
This commit is contained in:
committed by
Daniel Agar
parent
f7803fb686
commit
c6e7b8bae1
@@ -5,6 +5,7 @@ CONFIG_DRIVERS_CAMERA_CAPTURE=y
|
||||
CONFIG_DRIVERS_CAMERA_TRIGGER=y
|
||||
CONFIG_DRIVERS_GPS=y
|
||||
CONFIG_DRIVERS_PWM_OUT_SIM=y
|
||||
CONFIG_DRIVERS_RPM_RPM_SIMULATOR=y
|
||||
CONFIG_DRIVERS_TONE_ALARM=y
|
||||
CONFIG_MODULES_AIRSHIP_ATT_CONTROL=y
|
||||
CONFIG_MODULES_AIRSPEED_SELECTOR=y
|
||||
|
||||
@@ -2,4 +2,6 @@ menuconfig DRIVERS_RPM
|
||||
bool "rpm"
|
||||
default n
|
||||
---help---
|
||||
Enable support for rpm
|
||||
Enable support for rpm
|
||||
|
||||
rsource "*/Kconfig"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
menuconfig DRIVERS_RPM_PCF8583
|
||||
bool "pcf8583"
|
||||
default n
|
||||
---help---
|
||||
Enable support for pcf8583
|
||||
Reference in New Issue
Block a user