Skip to content

Commit 94b16c4

Browse files
aescolarfabiobaltieri
authored andcommitted
drivers/sensor Kconfig: Replace native_posix with native_sim
Use native_sim in the help messages platforms examples instead of native_posix. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 9323a3f commit 94b16c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/sensor/akm09918c/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ config EMUL_AKM09918C
1616
depends on EMUL
1717
help
1818
Enable the hardware emulator for the AKM09918C. Doing so allows exercising
19-
sensor APIs for this magnetometer in native_posix and qemu.
19+
sensor APIs for this magnetometer in native_sim and qemu.

drivers/sensor/icm42688/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config EMUL_ICM42688
1919
depends on EMUL
2020
help
2121
Enable the hardware emulator for the ICM42688. Doing so allows exercising
22-
sensor APIs for this IMU in native_posix and qemu.
22+
sensor APIs for this IMU in native_sim and qemu.
2323

2424
config ICM42688_DECODER
2525
bool "ICM42688 decoder logic"

0 commit comments

Comments
 (0)