1# MCUX GPIO configuration options 2 3# Copyright (c) 2016 Freescale Semiconductor, Inc. 4# Copyright (c) 2017, NXP 5# SPDX-License-Identifier: Apache-2.0 6 7config GPIO_MCUX 8 bool "MCUX GPIO driver" 9 default y 10 depends on DT_HAS_NXP_KINETIS_GPIO_ENABLED 11 help 12 Enable the MCUX pinmux driver. 13