1# Litex VexRiscV GPIO configuration options
2
3# Copyright (c) 2019 Antmicro <www.antmicro.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_LITEX
7 bool "Litex GPIO driver"
8 default y
9 depends on DT_HAS_LITEX_GPIO_ENABLED
10 help
11 Enable Litex GPIO driver.
12