2019-11-01 13:45:29 +01:00
|
|
|
# SiFive Freedom GPIO configuration option
|
|
|
|
|
2017-03-14 22:16:43 +01:00
|
|
|
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-12-15 17:12:40 +01:00
|
|
|
config GPIO_SIFIVE
|
2018-08-16 00:41:21 +02:00
|
|
|
bool "SiFive Freedom Processor GPIO driver"
|
2022-07-20 19:07:47 +02:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_SIFIVE_GPIO0_ENABLED
|
2017-03-14 22:16:43 +01:00
|
|
|
help
|
2018-08-16 00:41:21 +02:00
|
|
|
Enable driver for the SiFive Freedom GPIO controller.
|
2017-03-14 22:16:43 +01:00
|
|
|
|
|
|
|
Says n if not sure.
|