1# SB-TSI configuration options
2
3# Copyright (c) 2023 Google LLC
4# SPDX-License-Identifier: Apache-2.0
5
6config AMD_SB_TSI
7	bool "AMD SB Temperature Sensor Interface"
8	default y
9	depends on DT_HAS_AMD_SB_TSI_ENABLED
10	select I2C
11	help
12	  Enable the driver for SB Temperature Sensor Interface. This
13	  is an I2C temperature sensor on AMD SoCs.
14
15config EMUL_AMD_SB_TSI
16	bool "Emulator for AMD SB-TSI"
17	default y
18	depends on AMD_SB_TSI
19	depends on EMUL
20	help
21	  Enable the hardware emulator for the AMD SB-TSI.
22