config DM_FUEL_GAUGE bool "Enable driver model fuel gauge support" depends on DM help This adds a simple uclass for fuel gauge. config POWER_FG_CW201X bool "CW201X Fuel gauge support" depends on DM_FUEL_GAUGE default y help This adds support for CW201X fuel gauge support. config POWER_FG_RK818 bool "RK818 Fuel gauge support" depends on DM_FUEL_GAUGE && PMIC_RK8XX help This adds support for RK818 fuel gauge support. config POWER_FG_RK816 bool "RK816 Fuel gauge support" depends on DM_FUEL_GAUGE && PMIC_RK8XX default y help This adds support for RK816 fuel gauge support.