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:
parent
5ead91d099
commit
d65d298280
2 changed files with 0 additions and 13 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue