1# LPC11U6x GPIO configuration options
2
3# Copyright (c) 2020 Seagate Technology LLC
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_LPC11U6X
7	bool "LPC11U6x GPIO driver"
8	default y
9	depends on DT_HAS_NXP_LPC11U6X_GPIO_ENABLED
10	depends on CLOCK_CONTROL_LPC11U6X
11	help
12	  Enable GPIO driver for LPC11U6x MCUs.
13