Skip to content

Commit 995824a

Browse files
benediktibkcarlescufi
authored andcommitted
tests: drivers: smbus: enable SMBus
Enable SMBus for the smbus_emul test. Signed-off-by: Benedikt Schmidt <[email protected]>
1 parent 4ba3aed commit 995824a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
CONFIG_ZTEST=y
22
CONFIG_LOG=y
33
CONFIG_ENTROPY_GENERATOR=y
4+
CONFIG_SMBUS=y
5+
CONFIG_SMBUS_LOG_LEVEL_DBG=y

tests/drivers/smbus/smbus_emul/src/smbus.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
#include "emul.h"
1616

17-
#define CONFIG_SMBUS_LOG_LEVEL LOG_LEVEL_DBG
18-
1917
#define PERIPH_ADDR 0x10
2018

2119
static uint8_t mock_sys_in8(io_port_t port)

0 commit comments

Comments
 (0)