1config DM_FUEL_GAUGE 2 bool "Enable driver model fuel gauge support" 3 depends on DM 4 help 5 This adds a simple uclass for fuel gauge. 6 7config POWER_FG_CW201X 8 bool "CW201X Fuel gauge support" 9 depends on DM_FUEL_GAUGE 10 default y 11 help 12 This adds support for CW201X fuel gauge support. 13 14config POWER_FG_RK818 15 bool "RK818 Fuel gauge support" 16 depends on DM_FUEL_GAUGE && PMIC_RK8XX 17 help 18 This adds support for RK818 fuel gauge support. 19 20config POWER_FG_RK816 21 bool "RK816 Fuel gauge support" 22 depends on DM_FUEL_GAUGE && PMIC_RK8XX 23 default y 24 help 25 This adds support for RK816 fuel gauge support. 26