175a7d26bf
Provides general LED control API and drivers. It can work on PWM, GPIO and Syscon... Signed-off-by: GuEe-GUI <2991707448@qq.com>
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
menuconfig RT_USING_LED
|
|
bool "Using Light Emitting Diode (LED) device drivers"
|
|
depends on RT_USING_DM
|
|
default n
|
|
|
|
if RT_USING_LED
|
|
osource "$(SOC_DM_LED_DIR)/Kconfig"
|
|
endif
|