Added support for the older ds18s20 inside the (newer) ds18b20. Signed-off-by: Fredrik Gihl <fgihl@hotmail.com>
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
# DS18B20 temperature and humidity sensor configuration options
|
|
|
|
# Copyright (c) 2022 Thomas Stranger
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DS18B20
|
|
bool "DS18B20 Temperature Sensor"
|
|
default y
|
|
depends on DT_HAS_MAXIM_DS18B20_ENABLED || DT_HAS_MAXIM_DS18S20_ENABLED
|
|
depends on W1_NET
|
|
help
|
|
Enable driver for DS18B20 1-Wire temperature sensors.
|