2020-04-21 17:36:55 +08:00
|
|
|
# LPC11U6x GPIO configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2020 Seagate Technology LLC
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config GPIO_LPC11U6X
|
|
|
|
bool "LPC11U6x GPIO driver"
|
2022-07-21 01:07:47 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_NXP_LPC11U6X_GPIO_ENABLED
|
2020-04-21 17:36:55 +08:00
|
|
|
depends on CLOCK_CONTROL_LPC11U6X
|
|
|
|
help
|
|
|
|
Enable GPIO driver for LPC11U6x MCUs.
|