2020-09-22 11:11:21 +08:00
|
|
|
# Copyright (c) 2020 ATL Electronics
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config GPIO_PSOC6
|
|
|
|
bool "Cypress PSoC-6 GPIO driver"
|
2022-07-21 01:07:47 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_CYPRESS_PSOC6_GPIO_ENABLED
|
2020-09-22 11:11:21 +08:00
|
|
|
help
|
|
|
|
Enable support for the Cypress PSoC-6 GPIO controllers.
|