Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

# Kconfig - MCUXpresso SDK pinmux for LPC
#
# Copyright (c) 2017, NXP
#
# SPDX-License-Identifier: Apache-2.0
#

menuconfig PINMUX_MCUX_LPC
	bool "MCUX LPC pinmux driver"
	depends on HAS_MCUX
	default n
	help
	  Enable the MCUX LPC pinmux driver.

if PINMUX_MCUX_LPC

config PINMUX_MCUX_LPC_PORT0
	bool "Port 0"
	default n
	help
	  Enable Port 0.

config PINMUX_MCUX_LPC_PORT0_NAME
	string "Pinmux Port 0 driver name"
	depends on PINMUX_MCUX_LPC_PORT0
	default "port0"

config PINMUX_MCUX_LPC_PORT1
	bool "Port 1"
	default n
	help
	  Enable Port 1.

config PINMUX_MCUX_LPC_PORT1_NAME
	string "Pinmux Port 1 driver name"
	depends on PINMUX_MCUX_LPC_PORT1
	default "port1"

endif # PINMUX_MCUX_LPC