1# NEORV32 GPIO configuration options 2 3# Copyright (c) 2021 Henrik Brix Andersen <henrik@brixandersen.dk> 4# SPDX-License-Identifier: Apache-2.0 5 6config GPIO_NEORV32 7 bool "NEORV32 GPIO driver" 8 default y 9 depends on DT_HAS_NEORV32_GPIO_ENABLED 10 depends on SYSCON 11 help 12 Enable NEORV32 GPIO driver. 13