blob: c8d5cd87ad0d3e125b451b64b7682748d9e9968f [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
#
# Kconfig for TI CC2650 SoC pinmux driver.
config PINMUX_CC2650
bool "Pinmux driver for CC2650 SoC"
depends on SOC_SERIES_CC2650
depends on GPIO
depends on GPIO_CC2650
help
Enable pin multiplexer for CC2650 SoC.
For hardware reasons, the pinmux depends on the GPIO module
being activated; it must initialize *before* the pinmux does.
Please take care that the pinmux init priority value is *lower*
that the GPIO driver init priority.