1# SiFive Freedom GPIO configuration option
2
3# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_SIFIVE
7	bool "SiFive Freedom Processor GPIO driver"
8	depends on SOC_RISCV_SIFIVE_FREEDOM
9	help
10	  Enable driver for the SiFive Freedom GPIO controller.
11
12	  Says n if not sure.
13