zephyr/drivers/sensor/amd_sb_tsi/Kconfig
Paweł Anikiel 2f7cb40dd2 drivers: sensor: Add driver for SB-TSI
Add a driver for the SB Temperature Sensor Interface. This is an I2C
temperature sensor on AMD SoCs.

Signed-off-by: Paweł Anikiel <pan@semihalf.com>
2023-10-20 14:51:59 +02:00

21 lines
505 B
Text

# SB-TSI configuration options
# Copyright (c) 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
config AMD_SB_TSI
bool "AMD SB Temperature Sensor Interface"
default y
depends on DT_HAS_AMD_SB_TSI_ENABLED
select I2C
help
Enable the driver for SB Temperature Sensor Interface. This
is an I2C temperature sensor on AMD SoCs.
config EMUL_AMD_SB_TSI
bool "Emulator for AMD SB-TSI"
default y
depends on AMD_SB_TSI
depends on EMUL
help
Enable the hardware emulator for the AMD SB-TSI.