1# Copyright (c) 2020 ATL Electronics
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_PSOC6
5 bool "Cypress PSOC 6 GPIO driver"
6 default y
7 depends on DT_HAS_CYPRESS_PSOC6_GPIO_ENABLED
8 help
9 Enable support for the Cypress PSOC 6 GPIO controllers.
10