Benjamin Cabé
0a2b92c21f
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>
2025-06-07 13:30:13 +01:00
Pieter De Gendt
a553af738d
drivers: sensor: Place API into iterable section
...
Add wrapper DEVICE_API macro to all sensor_driver_api instances.
Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2024-12-02 22:04:55 +00:00
Luis Ubieda
d557ee36d5
sensor: tree-wide: Enforce dependency of int-gpios with Trigger feature
...
We need int-gpios defined to use trigger functionality. Enforced with
the Kconfig parameter.
Signed-off-by: Luis Ubieda <luisf@croxel.com>
2024-10-22 20:41:43 +02:00
TOKITA Hiroshi
773d50e072
drivers: sensor: mc3419: Change the TRIGGER config to a typical
...
Because MC3419's TRIGGER's Kconfig was different from the typical
configuration, the `build_all` test settings were not correctly
applied.
The Kconfig configuration has been revised to be set in conjunction
with MC3419_TRIGGER_OWN_THREAD, even if MC3419_TRIGGER is not
explicitly specified.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2024-10-02 10:05:58 +02:00
Lauren Murphy
3a595610e6
drivers: sensors: move mc3419 into parent memsic folder
...
Moves MC3419 into a parent Memsic folder, to be joined
later by MMC56X3.
Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
2024-09-24 10:09:25 +02:00