zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor.
Adds the fxos8700 accelerometer/magnetometer/die temperature sensor to the frdm_k64f board configuration.
This commit is contained in:
parent
6d82499a48
commit
7748375b6e
|
@ -1,2 +1,8 @@
|
|||
# Networking drivers
|
||||
CONFIG_NET_L2_ETHERNET=y
|
||||
|
||||
# Sensor drivers
|
||||
CONFIG_I2C=y
|
||||
CONFIG_FXOS8700=y
|
||||
CONFIG_FXOS8700_MODE_HYBRID=y
|
||||
CONFIG_FXOS8700_TEMP=y
|
||||
|
|
Loading…
Reference in New Issue