6af5533ca5
This adds GPIO driver for Renesas SmartBond(tm) family. Driver supports pin configuration (input/output) and interrupts on edge. Interrupts on level are not supported by hardware. Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl> Signed-off-by: Ben Lauret <ben.lauret.wm@renesas.com>
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
# Copyright (c) 2022 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_SMARTBOND
|
|
bool "Renesas SmartBond(tm) GPIO driver"
|
|
default y
|
|
depends on DT_HAS_RENESAS_SMARTBOND_GPIO_ENABLED
|
|
help
|
|
Enable GPIO driver for Renesas SmartBond(tm) MCU family.
|