mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Added make updateconfig to update all config when default's have changed Added cmake to px4board conversion script
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
menu "Lights"
|
|
menuconfig COMMON_LIGHT
|
|
bool "Common Light's"
|
|
default n
|
|
select DRIVERS_LIGHTS_RGBLED
|
|
select DRIVERS_LIGHTS_RGBLED_NCP5623C
|
|
---help---
|
|
Enable default set of light drivers
|
|
rsource "*/Kconfig"
|
|
endmenu
|