This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit df76246c03beb34275996aca78d7aac1b487c934 Author: p-szafonimateusz <p-szafonimate...@xiaomi.com> AuthorDate: Wed May 14 13:47:22 2025 +0200 arch/sim/Kconfig: simulated CAN depends on LINUX host simulated CAN depends on LINUX host now Signed-off-by: p-szafonimateusz <p-szafonimate...@xiaomi.com> --- arch/sim/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index c691cfc9a0..212269c508 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -229,6 +229,7 @@ endchoice config SIM_CANDEV bool "Simulated CAN Device" + depends on HOST_LINUX default n ---help--- Build in support for a simulated CAN device.