Add framework to test sensor drivers I3C conditional checkings. Signed-off-by: Armando Visconti <armando.visconti@st.com>
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_LOG=y
|
|
CONFIG_SENSOR_LOG_LEVEL_DBG=y
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
|
CONFIG_ADC=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_I2C=y
|
|
CONFIG_I3C=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_SPI=y
|
|
CONFIG_W1=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_ICM42605_TRIGGER_NONE=y
|