drivers: sensor: memsic: fix typos in Kconfig

Corrected spelling errors in the Kconfig file for the MC3419
accelerometer driver

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-06-06 22:33:40 +02:00 committed by Fabio Baltieri
commit 0a2b92c21f

View file

@ -8,7 +8,7 @@ menuconfig MC3419
depends on DT_HAS_MEMSIC_MC3419_ENABLED
select I2C if $(dt_compat_on_bus,$(DT_COMPAT_MEMSIC_MC3419),i2c)
help
Enable driver for MC3419 acclerometer.
Enable driver for MC3419 accelerometer.
if MC3419
@ -43,7 +43,7 @@ config MC3419_THREAD_PRIORITY
default 10
config MC3419_THREAD_STACK_SIZE
int "Own thread stask size"
int "Own thread stack size"
depends on MC3419_TRIGGER_OWN_THREAD
default 1024