2017-11-15 03:00:18 +08:00
|
|
|
# Kconfig.sam0 - Atmel SAM0 GPIO configuration options
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Google LLC.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menuconfig GPIO_SAM0
|
|
|
|
bool "Atmel SAM0 GPIO (PORT) driver"
|
2019-03-22 23:23:04 +08:00
|
|
|
default y
|
2019-03-07 14:12:27 +08:00
|
|
|
depends on SOC_FAMILY_SAM0
|
2018-09-28 22:43:09 +08:00
|
|
|
select HAS_DTS_GPIO
|
2017-11-15 03:00:18 +08:00
|
|
|
help
|
|
|
|
Enable support for the Atmel SAM0 'PORT' GPIO controllers.
|