| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # Power Related
- config MTK_PMIC
- bool "MediaTek PMIC driver"
- default y
- ---help---
- MediaTek PMIC driver
- config MTK_BQ25896_SUPPORT
- bool "MTK_BQ25896_SUPPORT"
- select MTK_SWITCH_INPUT_OUTPUT_CURRENT_SUPPORT
- default n
- ---help---
- Mediatek TI BQ25896 driver.
- Set y to support this driver.
- Set n and choose other chargers.
- This driver uses I2c bus.
- config MTK_BQ24296_SUPPORT
- bool "MTK_BQ24296_SUPPORT"
- select MTK_SWITCH_INPUT_OUTPUT_CURRENT_SUPPORT
- default n
- ---help---
- Mediatek TI BQ24296 driver.
- Set y to support this driver.
- Set n and choose other chargers.
- This driver uses I2c bus.
- config MTK_SWITCH_INPUT_OUTPUT_CURRENT_SUPPORT
- bool "MTK_SWITCH_INPUT_OUTPUT_CURRENT_SUPPORT"
- default n
- ---help---
- Mediatek switch charger input output current.
- Set y to support.
- Set n to disable.
- switch charger often supports this feature.
- config MTK_BIF_SUPPORT
- bool "MTK_BIF_SUPPORT"
- select MTK_DYNAMIC_BAT_CV_SUPPORT
- default n
- ---help---
- Mediatek smart battery BIF feature.
- BIF feature provides battery information
- to AP and no need to use AuxADC
- to get battery information.
- config MTK_DYNAMIC_BAT_CV_SUPPORT
- bool "MTK_DYNAMIC_BAT_CV_SUPPORT"
- default n
- ---help---
- Mediatek dynamic CV support with BIF battery
- BIF feature provides battery information
- to AP and no need to use AuxADC
- to get battery voltage.
|