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