1# Copyright (c) 2022 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config ADC_RPI_PICO
5 bool "Raspberry Pi Pico ADC driver"
6 default y
7 depends on DT_HAS_RASPBERRYPI_PICO_ADC_ENABLED
8 select PICOSDK_USE_ADC
9 depends on RESET
10