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	default y
9	depends on DT_HAS_SIFIVE_GPIO0_ENABLED
10	help
11	  Enable driver for the SiFive Freedom GPIO controller.
12
13	  Says n if not sure.
14