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:
parent
7748375b6e
commit
493ee7df18
|
@ -0,0 +1,5 @@
|
|||
# Sensor drivers
|
||||
CONFIG_I2C=y
|
||||
CONFIG_FXOS8700=y
|
||||
CONFIG_FXOS8700_MODE_HYBRID=y
|
||||
CONFIG_FXOS8700_TEMP=y
|
Loading…
Reference in New Issue