7f77240126
Move to using port property for a few cases in which we need to know which specific hardware port a device is for. This allows us to remove the PORT0/1 Kconfig options. This also fixes the issue that assumed pio0 would map to DT_INST(0) and pio1 would map to DT_INST(1) Fixes #35693 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
# MCUX LPC GPIO configuration options
|
|
|
|
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_MCUX_LPC
|
|
bool "MCUX LPC GPIO driver"
|
|
depends on HAS_MCUX
|
|
help
|
|
Enable the MCUX LPC pinmux driver.
|