2019-11-01 20:45:29 +08:00
|
|
|
# Atmel SAM0 pinmux configuration options
|
|
|
|
|
2018-01-31 03:37:46 +08:00
|
|
|
# Copyright (c) 2018 Google LLC.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config PINMUX_SAM0
|
2018-01-31 03:37:46 +08:00
|
|
|
bool "Atmel SAM0 pin multiplexer driver"
|
2019-03-22 23:23:04 +08:00
|
|
|
default y
|
2019-03-07 12:54:37 +08:00
|
|
|
depends on SOC_FAMILY_SAM0
|
2018-01-31 03:37:46 +08:00
|
|
|
help
|
|
|
|
Enable support for the Atmel SAM0 PORT pin multiplexer.
|