15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
# TMAG5273 Low-Power Linear 3D Hall-Effect Sensor configuration options
|
|
|
|
# Copyright (c) 2023 deveritec GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TMAG5273
|
|
bool "TMAG5273/TMAG3001 3D Hall-Effect Sensor"
|
|
default y
|
|
depends on DT_HAS_TI_TMAG5273_ENABLED
|
|
select I2C
|
|
select GPIO
|
|
imply CRC
|
|
help
|
|
Enable driver for TMAG5273 and TMAG3001 I2C-based 3d Hall-Effect sensor.
|