Initial import of firmware and host projects
This commit is contained in:
17
modules/ip5306/drivers/power/Kconfig
Normal file
17
modules/ip5306/drivers/power/Kconfig
Normal file
@@ -0,0 +1,17 @@
|
||||
config IP5306
|
||||
bool "Injoinic IP5306 PMIC driver"
|
||||
depends on I2C && GPIO
|
||||
default n
|
||||
help
|
||||
Enable IP5306 PMIC driver over I2C.
|
||||
|
||||
config IP5306_KEEPALIVE_HW_NRF
|
||||
bool "Enable nRF keepalive HW offload backend"
|
||||
depends on IP5306 && SOC_FAMILY_NORDIC_NRF
|
||||
select NRFX_GPIOTE
|
||||
select NRFX_GPPI
|
||||
select NRFX_RTC2
|
||||
default y
|
||||
help
|
||||
Enable low-power keepalive offload backend using RTC2 + GPIOTE + GPPI.
|
||||
Runtime selection is controlled by devicetree property keepalive-offload.
|
||||
Reference in New Issue
Block a user