2018-03-03 08:14:16 +08:00
|
|
|
# Kconfig.sam - Atmel SAM GPIO configuration options
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Justin Watson
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config GPIO_SAM
|
2018-03-03 08:14:16 +08:00
|
|
|
bool "Atmel SAM 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_SAM
|
2018-09-28 22:43:09 +08:00
|
|
|
select HAS_DTS_GPIO
|
2018-03-03 08:14:16 +08:00
|
|
|
help
|
|
|
|
Enable support for the Atmel SAM 'PORT' GPIO controllers.
|