18 lines
478 B
Plaintext
18 lines
478 B
Plaintext
|
|
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.
|