# Copyright (c) 2025, Linumiz GmbH
#
# SPDX-License-Identifier: Apache-2.0

config HY4245
	bool "HY4245 Fuel Gauge"
	default y
	depends on DT_HAS_HYCON_HY4245_ENABLED
	select I2C
	help
	  Enable I2C-based driver for HY4245 Fuel Gauge.
