1# RV32M1 GPIO configuration options
2
3# Copyright (c) 2018 Foundries.io
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_RV32M1
7 bool "RV32M1 GPIO driver"
8 default y
9 depends on DT_HAS_OPENISA_RV32M1_GPIO_ENABLED
10 help
11 Enable the RV32M1 GPIO driver.
12