fuel gauge: Kconfig: remove defaut y for rk816
Change-Id: I37534b0128e596a005c318e39e4b54382752b273 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
fb6848b749
commit
b609c2e80d
|
|
@ -26,6 +26,5 @@ config POWER_FG_RK817
|
||||||
config POWER_FG_RK816
|
config POWER_FG_RK816
|
||||||
bool "RK816 Fuel gauge support"
|
bool "RK816 Fuel gauge support"
|
||||||
depends on DM_FUEL_GAUGE && PMIC_RK8XX
|
depends on DM_FUEL_GAUGE && PMIC_RK8XX
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
This adds support for RK816 fuel gauge support.
|
This adds support for RK816 fuel gauge support.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue