1# Raspberry Pi Pico temperature sensor configuration options 2 3# Copyright (c) 2023 TOKITA Hiroshi 4# SPDX-License-Identifier: Apache-2.0 5 6config RPI_PICO_TEMP 7 bool "Raspberry Pi Pico CPU Temperature Sensor" 8 default y 9 depends on DT_HAS_RASPBERRYPI_PICO_TEMP_ENABLED 10 select ADC 11 12 help 13 Enable driver for Raspberry Pi Pico CPU temperature sensor. 14