zephyr/drivers/eeprom/Kconfig.tmp116
Henrik Brix Andersen bda6455234 drivers: eeprom: Update drivers to use devicetree Kconfig symbol
Update EEPROM drivers to use DT_HAS_<compat>_ENABLED Kconfig symbol
to expose the driver and enable it by default based on devicetree.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-07-21 06:03:04 -05:00

12 lines
300 B
Plaintext

# Copyright (c) 2021 Innoseis B.V.
# SPDX-License-Identifier: Apache-2.0
config EEPROM_TMP116
bool "TMP116 EEPROM driver"
default y
depends on DT_HAS_TI_TMP116_EEPROM_ENABLED
depends on TMP116
help
Enable support for the on-chip EEPROM found on
Texas instrument TMP116 temperature sensor