blob: 9b618984d88b48a6f976e56f9568180b3d6b3efc [file] [log] [blame]
# Raspberry Pi Pico temperature sensor configuration options
# Copyright (c) 2023 TOKITA Hiroshi
# SPDX-License-Identifier: Apache-2.0
config RPI_PICO_TEMP
bool "Raspberry Pi Pico CPU Temperature Sensor"
default y
depends on DT_HAS_RASPBERRYPI_PICO_TEMP_ENABLED
depends on ADC
help
Enable driver for Raspberry Pi Pico CPU temperature sensor.