3292c36115
Add initial support for Renesas RA GPIO. To avoid complicating the initial code for supporting the SoC, I have implemented only the bare minimum for now. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_RA
|
|
bool "Renesas RA Series GPIO driver"
|
|
default y
|
|
select GPIO_GET_CONFIG
|
|
depends on DT_HAS_RENESAS_RA_GPIO_ENABLED
|
|
help
|
|
Enable Renesas RA series GPIO driver.
|