mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 04:40:35 +08:00
d5e3e9a7bc
Which is better for versioning and decomposability
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
menuconfig DRIVERS_MAGNETOMETER
|
|
bool "Magnetometer"
|
|
default n
|
|
---help---
|
|
Enable support for all available magnetometer drivers
|
|
|
|
if DRIVERS_MAGNETOMETER
|
|
rsource "*/Kconfig"
|
|
endif #DRIVERS_MAGNETOMETER
|