From 46193f48f6be4a8b550bccb81c2fc436534c6730 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 18 Mar 2024 14:20:36 +0100 Subject: [PATCH] drivers/sensor/bma4xx/Kconfig: Change native_posix reference to native_sim As we are replacing native_posix with native_sim, let's use native_sim instead of native_posix as example platform. Signed-off-by: Alberto Escolar Piedras --- drivers/sensor/bma4xx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sensor/bma4xx/Kconfig b/drivers/sensor/bma4xx/Kconfig index 01a09ccdfd..eaffa55608 100644 --- a/drivers/sensor/bma4xx/Kconfig +++ b/drivers/sensor/bma4xx/Kconfig @@ -28,4 +28,4 @@ config EMUL_BMA4XX depends on EMUL help Enable the hardware emulator for the BMA4XX. Doing so allows exercising - sensor APIs for this sensor in native_posix and qemu. + sensor APIs for this sensor in native_sim and qemu.