1# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config PIO_RPI_PICO
5	bool "RaspberryPi Pico PIO"
6	default y
7	depends on DT_HAS_RASPBERRYPI_PICO_PIO_ENABLED
8	depends on RESET
9	select PICOSDK_USE_PIO
10