| # LM75 temperature sensor config |
| # Copyright (c) 2021 Leica Geosystems AG |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "LM75 Temperature Sensor" |
| depends on DT_HAS_LM75_ENABLED |
| Enable the driver for the LM75 digital temperature Sensor with 2-wire |
| default LM75_TRIGGER_NONE |
| Specify the type of triggering to be used by the driver. |
| config LM75_TRIGGER_GLOBAL_THREAD |
| depends on $(dt_compat_any_has_prop,$(DT_COMPAT_LM75),int-gpios) |
| config LM75_TRIGGER_THREAD_STACK_SIZE |
| int "Stack size for the trigger workqueue thread" |
| Size of the stack used for the internal trigger workqueue thread. |
| config LM75_TRIGGER_THREAD_PRIO |
| int "Priority for the trigger workqueue thread" |
| Priority level for the internal trigger workqueue thread. |