| # LPC11U6x GPIO configuration options | |
| # Copyright (c) 2020 Seagate Technology LLC | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config GPIO_LPC11U6X | |
| bool "LPC11U6x GPIO driver" | |
| depends on SOC_SERIES_LPC11U6X | |
| depends on CLOCK_CONTROL_LPC11U6X | |
| depends on PINMUX_LPC11U6X | |
| help | |
| Enable GPIO driver for LPC11U6x MCUs. |