zephyr/drivers/gpio/Kconfig.psoc6
Gerson Fernando Budke 84d6a78ad1 drivers: gpio: Add Cypress PSoC-6 gpio driver
Introduce PSoC-6 GPIO support.

Signed-off-by: Gerson Fernando Budke <gerson.budke@atl-electronics.com>
2021-01-21 17:33:11 +01:00

10 lines
234 B
Plaintext

# Copyright (c) 2020 ATL Electronics
# SPDX-License-Identifier: Apache-2.0
config GPIO_PSOC6
bool "Cypress PSoC-6 GPIO driver"
default y
depends on SOC_FAMILY_PSOC6
help
Enable support for the Cypress PSoC-6 GPIO controllers.