tests: enable syslog for sensors
Change-Id: If866083d5707a83b1df0a3411f3a848fdf40dbcb Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a53bc0eef0
commit
25aa9e8e36
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue