zephyr/drivers/gpio/Kconfig.lpc11u6x
Simon Guinot d3dd297619 drivers: gpio: add driver for NXP LPC11U6X MCUs
This patch adds a GPIO driver allowing to configure the GPIOs found on
the LPC11U6x MCUs.

Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
2020-07-29 20:12:24 +02:00

13 lines
314 B
Plaintext

# 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.