2019-11-01 20:45:29 +08:00
|
|
|
# Atmel SAM0 GPIO configuration options
|
|
|
|
|
2017-11-15 03:00:18 +08:00
|
|
|
# Copyright (c) 2017 Google LLC.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config GPIO_SAM0
|
2017-11-15 03:00:18 +08:00
|
|
|
bool "Atmel SAM0 GPIO (PORT) driver"
|
2019-03-22 23:23:04 +08:00
|
|
|
default y
|
2022-07-21 01:07:47 +08:00
|
|
|
depends on DT_HAS_ATMEL_SAM0_GPIO_ENABLED
|
2017-11-15 03:00:18 +08:00
|
|
|
help
|
|
|
|
Enable support for the Atmel SAM0 'PORT' GPIO controllers.
|