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