zephyr/drivers/gpio/Kconfig.sifive
Katsuhiro Suzuki 586fa78ea3 drivers: gpio: sifive: use interrupt-cell to set IRQ priority
This patch replace CONFIG_GPIO_SIFIVE_N_PRIORITY into interrupt-cell
of device-tree to set IRQ priority.

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
2021-01-16 17:22:08 -05:00

12 lines
335 B
Text

# SiFive Freedom GPIO configuration option
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config GPIO_SIFIVE
bool "SiFive Freedom Processor GPIO driver"
depends on SOC_RISCV_SIFIVE_FREEDOM
help
Enable driver for the SiFive Freedom GPIO controller.
Says n if not sure.