tests: enable syslog for sensors

Change-Id: If866083d5707a83b1df0a3411f3a848fdf40dbcb
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-03-24 15:32:48 -04:00 committed by Anas Nashif
commit 25aa9e8e36
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@ CONFIG_GPIO=y
CONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_SPI=y
CONFIG_SYS_LOG=y
CONFIG_SYS_LOG_SENSOR_LEVEL=4
# Some sensor drivers (notably HP206C) demand high tick rates:

View file

@ -2,6 +2,7 @@ CONFIG_GPIO=y
CONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_SPI=y
CONFIG_SYS_LOG=y
CONFIG_SYS_LOG_SENSOR_LEVEL=4
CONFIG_SHT3XD=y