zephyr/prj_frdm_kw41z.conf: Add new board configuration.

Adds a new board configuration for the frdm_kw41z board, including support
for the fxos8700 accelerometer/magnetometer/die temperature sensor.
This commit is contained in:
Maureen Helm 2019-02-28 13:24:58 -06:00 committed by Damien George
parent 7748375b6e
commit 493ee7df18
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Sensor drivers
CONFIG_I2C=y
CONFIG_FXOS8700=y
CONFIG_FXOS8700_MODE_HYBRID=y
CONFIG_FXOS8700_TEMP=y