2022-02-22 02:54:05 +08:00
|
|
|
# Copyright (c) 2022 NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config PINCTRL_NXP_KINETIS
|
|
|
|
bool "Pin controller driver for NXP Kinetis MCUs"
|
2022-07-21 02:49:27 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_NXP_KINETIS_PINMUX_ENABLED
|
2022-02-22 02:54:05 +08:00
|
|
|
help
|
|
|
|
Enable pin controller driver for NXP Kinetis MCUs
|