drivers: sensors: Add tachometer driver for MEC family

Introduce the tach driver for the microchip XEC SoCs.

Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
This commit is contained in:
Francisco Munoz 2020-02-03 18:08:13 -08:00 committed by Maureen Helm
commit 7357ae974f
5 changed files with 163 additions and 0 deletions

View file

@ -113,6 +113,8 @@ source "drivers/sensor/max30101/Kconfig"
source "drivers/sensor/max44009/Kconfig"
source "drivers/sensor/mchp_tach_xec/Kconfig"
source "drivers/sensor/mcp9808/Kconfig"
source "drivers/sensor/mpu6050/Kconfig"