sensor: max17055: Add MAX17055 driver

Add support for the Maxim MAX17055 fueld-gauge sensor.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2020-05-15 16:24:52 -06:00 committed by Anas Nashif
commit ee34aced6a
9 changed files with 363 additions and 0 deletions

View file

@ -123,6 +123,8 @@ source "drivers/sensor/lsm9ds0_gyro/Kconfig"
source "drivers/sensor/lsm9ds0_mfd/Kconfig"
source "drivers/sensor/max17055/Kconfig"
source "drivers/sensor/max30101/Kconfig"
source "drivers/sensor/max44009/Kconfig"