boards: native: fixed i2c dependency loop

This was discovered when trying to add select GPIO to emulator Kconfig.

Signed-off-by: Swift Tian <swift.tian@ambiq.com>
This commit is contained in:
Swift Tian 2024-05-21 18:30:35 +08:00 committed by Anas Nashif
commit d65d298280
2 changed files with 0 additions and 13 deletions

View file

@ -37,11 +37,4 @@ config UART_CONSOLE
endif # CONSOLE endif # CONSOLE
if I2C
config EMUL
default y
endif # I2C
endif # BOARD_NATIVE_POSIX endif # BOARD_NATIVE_POSIX

View file

@ -37,11 +37,5 @@ config UART_CONSOLE
endif # CONSOLE endif # CONSOLE
if I2C
config EMUL
default y
endif # I2C
endif # BOARD_NATIVE_SIM endif # BOARD_NATIVE_SIM