zephyr/drivers/fuel_gauge/sbs_gauge
Aaron Massey 07ee466591 emul: Migrate all emulation use to use DT_HAS_
Remove all enabling of CONFIG_EMUL_.* in favor of automatically enabling
peripheral emulators based on the compatible string presence in the device
tree and the one true CONFIG_EMUL.

Zephyr has long since moved to a model of enabling drivers based on the
presence of their associated IC's compatible string in the final devicetree
overlay. There is no reason that emulators can't align in just the same
way, and probably ought to to remove superfluous enabling of configs.

Signed-off-by: Aaron Massey <aaronmassey@google.com>
2023-04-28 08:37:33 -05:00
..
CMakeLists.txt emul: Fuel gauge tests direct access to emul_sbs 2023-04-21 09:39:00 +02:00
emul_sbs_gauge.c emul: Fuel gauge tests direct access to emul_sbs 2023-04-21 09:39:00 +02:00
Kconfig emul: Fuel gauge tests direct access to emul_sbs 2023-04-21 09:39:00 +02:00
Kconfig.emul_sbs_gauge emul: Migrate all emulation use to use DT_HAS_ 2023-04-28 08:37:33 -05:00
sbs_gauge.c drivers: sbs_gauge: Rename atRate properties to include 'SBS' 2023-04-03 17:53:42 +02:00
sbs_gauge.h fuel_gauge: Sample sbs gauge driver with tests 2022-11-19 17:56:05 -05:00