# Copyright (c) 2020 HAW Hamburg # # This file is subject to the terms and conditions of the GNU Lesser # General Public License v2.1. See the file LICENSE in the top level # directory for more details. # comment "AT30TSE75X temperature sensor select by default for the current platform" depends on MODULE_AT30TSE75X && MODULE_SAUL_DEFAULT && HAVE_AT30TSE75X config MODULE_AT30TSE75X bool prompt "AT30TSE75X temperature sensor" if !(MODULE_SAUL_DEFAULT && HAVE_AT30TSE75X) default (MODULE_SAUL_DEFAULT && HAVE_AT30TSE75X) depends on HAS_PERIPH_I2C depends on TEST_KCONFIG select MODULE_PERIPH_I2C select MODULE_ZTIMER select ZTIMER_USEC help AT30TSE75x temperature sensor with serial EEPROM. config HAVE_AT30TSE75X bool help Indicates that a AT30TSE75x sensor is present on the board.