xref: /rk3399_rockchip-uboot/drivers/power/fuel_gauge/Kconfig (revision 33f8d8a65e85191a1fdeeae37fda3fa465daa7e5)
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 SPL_DM_FUEL_GAUGE
8	bool "Enable driver model fuel gauge support"
9	depends on SPL_DM
10	help
11	  This adds a simple uclass for fuel gauge.
12
13config POWER_FG_CW201X
14	bool "CW201X Fuel gauge support"
15	depends on DM_FUEL_GAUGE
16	help
17	  This adds support for CW201X fuel gauge support.
18
19config SPL_POWER_FG_CW201X
20	bool "CW201X Fuel gauge support"
21	depends on SPL_DM_FUEL_GAUGE
22	help
23	  This adds support for CW201X fuel gauge support.
24
25config POWER_FG_RK818
26	bool "RK818 Fuel gauge support"
27	depends on DM_FUEL_GAUGE && PMIC_RK8XX
28	help
29	  This adds support for RK818 fuel gauge support.
30
31config SPL_POWER_FG_RK818
32	bool "RK818 Fuel gauge support"
33	depends on SPL_DM_FUEL_GAUGE && PMIC_RK8XX
34	help
35	  This adds support for RK818 fuel gauge support.
36
37config POWER_FG_RK817
38	bool "RK817 Fuel gauge support"
39	depends on DM_FUEL_GAUGE && PMIC_RK8XX
40	help
41	  This adds support for RK817 fuel gauge support.
42
43config SPL_POWER_FG_RK817
44	bool "RK817 Fuel gauge support"
45	depends on SPL_DM_FUEL_GAUGE && PMIC_RK8XX
46	help
47	  This adds support for RK817 fuel gauge support.
48
49config POWER_FG_RK816
50	bool "RK816 Fuel gauge support"
51	depends on DM_FUEL_GAUGE && PMIC_RK8XX
52	help
53	  This adds support for RK816 fuel gauge support.
54
55config SPL_POWER_FG_RK816
56	bool "RK816 Fuel gauge support"
57	depends on DM_FUEL_GAUGE && PMIC_RK8XX
58	help
59	  This adds support for RK816 fuel gauge support.
60