1# EOS_S3 GPIO configuration options
2
3# Copyright (c) 2020 Antmicro <www.antmicro.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_EOS_S3
7	bool "EOS_S3 GPIO driver"
8	default y
9	depends on DT_HAS_QUICKLOGIC_EOS_S3_GPIO_ENABLED
10	help
11	  Enable the EOS S3 gpio driver.
12