13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
# MCUX GPIO configuration options
|
|
|
|
# Copyright (c) 2016 Freescale Semiconductor, Inc.
|
|
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_MCUX
|
|
bool "MCUX GPIO driver"
|
|
default y
|
|
depends on DT_HAS_NXP_KINETIS_GPIO_ENABLED
|
|
help
|
|
Enable the MCUX pinmux driver.
|