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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-18 14:20:36 +01:00 committed by Alberto Escolar
commit 46193f48f6

View file

@ -28,4 +28,4 @@ config EMUL_BMA4XX
depends on EMUL depends on EMUL
help help
Enable the hardware emulator for the BMA4XX. Doing so allows exercising 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.