2019-11-01 13:45:29 +01:00
|
|
|
# Atmel SAM0 GPIO configuration options
|
|
|
|
|
2017-11-14 20:00:18 +01:00
|
|
|
# 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
|
2022-07-20 19:07:47 +02:00
|
|
|
depends on DT_HAS_ATMEL_SAM0_GPIO_ENABLED
|
2017-11-14 20:00:18 +01:00
|
|
|
help
|
|
|
|
Enable support for the Atmel SAM0 'PORT' GPIO controllers.
|