1# Copyright (c) 2021 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4mainmenu "Dynamic pin control sample" 5 6config REMAP_INIT_PRIORITY 7 int "Remap routine initialization priority" 8 default 50 9 help 10 Initialization priority of the remap routine within the PRE_KERNEL1 level. 11 This priority must be greater than GPIO_INIT_PRIORITY and lower than 12 UART_INIT_PRIORITY. 13 14source "Kconfig.zephyr" 15