1# Copyright (c) 2023 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_ALTERA_PIO
5	bool "Altera PIO"
6	default y
7	depends on DT_HAS_ALTR_PIO_1_0_ENABLED
8	help
9	  Enable driver for Altera PIO
10