mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
Add ACT8945A power driver
Update act8945a.c Update Kconfig Update act8945a.c Corrections (xiaoxiang781216)
This commit is contained in:
@@ -37,6 +37,10 @@ ifeq ($(CONFIG_REGULATOR_RPMSG), y)
|
||||
CSRCS += regulator_rpmsg.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_REGULATOR_ACT8945A), y)
|
||||
CSRCS += act8945a.c
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
DEPPATH += --dep-path power/supply
|
||||
|
||||
Reference in New Issue
Block a user