12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
|
|
menu "PMIC Drivers"
|
||
|
|
|
||
|
|
config IP5306
|
||
|
|
bool "IP5306 PMIC driver"
|
||
|
|
default y
|
||
|
|
depends on I2C
|
||
|
|
depends on DT_HAS_INJOINIC_IP5306_ENABLED
|
||
|
|
help
|
||
|
|
Enable the out-of-tree IP5306 PMIC driver.
|
||
|
|
|
||
|
|
endmenu
|