1# Copyright 2023 Cirrus Logic, Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4config SBS_CHARGER 5 bool "Smart Battery Charger" 6 default y 7 depends on DT_HAS_SBS_SBS_CHARGER_ENABLED 8 select I2C 9 help 10 Enable I2C-based/SMBus-based driver for a Smart Battery Charger. 11 12config EMUL_SBS_CHARGER 13 bool "Emulate an SBS 1.1 compliant smart battery charger" 14 default y 15 depends on EMUL 16 depends on SBS_CHARGER 17 help 18 It provides reading which follow a simple sequence, thus allowing 19 test code to check that things are working as expected. 20