mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 00:35:22 +00:00
This commits adds GPIO driver for LiteX SoC builder. Due to the fact that GPIO in LiteX is unidirectional and can be configured with different pins amount per port, additional entries were added to the dts file. Signed-off-by: Robert Winkler <rwinkler@internships.antmicro.com> Signed-off-by: Mateusz Holenko <mholenko@antmicro.com> Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com>
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
# Litex VexRiscV GPIO configuration options
|
|
|
|
# Copyright (c) 2019 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_LITEX
|
|
bool "Litex GPIO driver"
|
|
depends on SOC_RISCV32_LITEX_VEXRISCV
|
|
select HAS_DTS_GPIO
|
|
help
|
|
Enable Litex GPIO driver.
|