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 help 11 This adds support for CW201X fuel gauge support. 12 13config POWER_FG_RK818 14 bool "RK818 Fuel gauge support" 15 depends on DM_FUEL_GAUGE && PMIC_RK8XX 16 help 17 This adds support for RK818 fuel gauge support. 18 19config POWER_FG_RK817 20 bool "RK817 Fuel gauge support" 21 depends on DM_FUEL_GAUGE && PMIC_RK8XX 22 help 23 This adds support for RK817 fuel gauge support. 24 25config POWER_FG_RK816 26 bool "RK816 Fuel gauge support" 27 depends on DM_FUEL_GAUGE && PMIC_RK8XX 28 help 29 This adds support for RK816 fuel gauge support. 30