1# SPDX-License-Identifier: Apache-2.0 2 3if(CONFIG_PINMUX_MCUX) 4 zephyr_library() 5 zephyr_library_sources(pinmux.c) 6endif() 7