1# Si7210 Hall Effect Magnetic Position and Temperature Sensor configuration options
2# Copyright (c) 2019 Actinius
3# SPDX-License-Identifier: Apache-2.0
4
5config SI7210
6	bool "Si7210 Hall Effect Magnetic Position and Temperature Sensor"
7	default y
8	depends on DT_HAS_SILABS_SI7210_ENABLED
9	select I2C
10	help
11	  Enable driver for Si7210 Hall Effect Magnetic Position and Temperature Sensor.
12