charger: Sample sbs charger driver with tests
Adds a sample sbs charger driver and basics tests.
Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 0a36987..2468fe7 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -12,6 +12,7 @@
source "drivers/bluetooth/Kconfig"
source "drivers/cache/Kconfig"
source "drivers/can/Kconfig"
+source "drivers/charger/Kconfig"
source "drivers/clock_control/Kconfig"
source "drivers/console/Kconfig"
source "drivers/coredump/Kconfig"