1# F75303 temperature sensor configuration options
2
3# Copyright (c) 2023 Google LLC
4# SPDX-License-Identifier: Apache-2.0
5
6config F75303
7	bool "F75303 Temperature Sensor"
8	default y
9	depends on DT_HAS_FINTEK_F75303_ENABLED
10	select I2C
11	help
12	  Enable the driver for Fintek F75303 Temperature Sensor.
13	  This device has three temperature channels - one local (on-chip),
14	  and two remote.
15
16config EMUL_F75303
17	bool "Emulator for F75303"
18	default y
19	depends on F75303
20	depends on EMUL
21	help
22	  Enable the hardware emulator for F75303 Temperature Sensor.
23