2016-03-16 02:43:38 +08:00
|
|
|
# Kconfig - Pinmux Dev configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-03-16 02:43:38 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
config PINMUX_DEV
|
2016-05-25 07:17:13 +08:00
|
|
|
bool "Configure pinmux for early board testing"
|
|
|
|
depends on PINMUX
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Enables the use of the pinmux_set and pinmux_get functions for early
|
|
|
|
prototyping on new hardware. WARNING: When using these options, it
|
|
|
|
is possible to permanently damage the hardware.
|
2016-03-16 02:43:38 +08:00
|
|
|
|
|
|
|
config PINMUX_DEV_NAME
|
2016-05-25 07:17:13 +08:00
|
|
|
string "Configure pinmux for early board testing"
|
2016-09-02 15:05:28 +08:00
|
|
|
depends on PINMUX_DEV
|
2016-05-20 21:26:22 +08:00
|
|
|
default "PINMUX_DEV"
|
2016-05-25 07:17:13 +08:00
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
The name of the pinmux dev driver.
|
2016-03-16 02:43:38 +08:00
|
|
|
|
|
|
|
config PINMUX_DEV_ATMEL_SAM3X
|
2016-05-25 07:17:13 +08:00
|
|
|
bool "Enable pinmux dev driver for Atmel SAM3X boards"
|
2017-05-02 05:57:26 +08:00
|
|
|
depends on PINMUX_DEV && SOC_SERIES_SAM3X
|
2016-05-25 07:17:13 +08:00
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Enables the pinmux dev driver for boards based on the
|
|
|
|
Atmel SAM3X family of microcontrollers.
|
2016-03-16 02:45:04 +08:00
|
|
|
|
2016-03-22 04:21:03 +08:00
|
|
|
config PINMUX_DEV_STM32
|
2016-05-25 07:17:13 +08:00
|
|
|
bool "Enable pinmux dev driver for the ST STM32 family."
|
|
|
|
depends on PINMUX_DEV && SOC_FAMILY_STM32
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Enables the STM32 pinmux dev driver.
|
2016-09-08 18:28:53 +08:00
|
|
|
|
|
|
|
config PINMUX_DEV_ARM_V2M_BEETLE
|
|
|
|
bool "Enable pinmux dev driver for ARM V2M Beetle boards"
|
|
|
|
depends on PINMUX_DEV && SOC_SERIES_BEETLE
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Enables the pinmux dev driver for boards based on the
|
|
|
|
ARM Beetle SoC MCUs.
|