# SPDX-License-Identifier: GPL-2.0+
#
# charger ic drivers
#

config HUAWEI_BALANCE_IC
	bool "balance ic"
	default n
	help
	  Say Y here to enable balance ic.
	  This driver provides a unified interface to the balance.
	  Currently supported balance ic as below.
	  sc7613

config BALANCE_SC7613
	bool "balance sc7613"
	default n
	help
	  Say Y here to enable sc7613 driver.

config HUAWEI_ILIM_IC_INTF
	bool "ilim ic intf"
	default n
	help
	  Say Y here to enable ic interface.
	  This driver provides a unified interface to the balance and protect.
	  Currently supported ic as below.
	  sc7613

config HUAWEI_IDSG_PROTECTION
	bool "idsg protection ic"
	default n
	help
	  Say Y here to enable protect ic.
	  This driver provides a unified interface to the protect.
	  Currently supported protect ic as below.
	  sc7613
 
