Skip to content

Commit 44973d8

Browse files
nordicjmnashif
authored andcommitted
boards: enclustra: mercury_xu: Do not select PINCTRL
This should not be selected by boards Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent cc8d646 commit 44973d8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

boards/enclustra/mercury_xu/Kconfig

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2024 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config UART_XLNX_PS
5+
select PINCTRL if BOARD_MERCURY_XU

boards/enclustra/mercury_xu/mercury_xu_defconfig

-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ CONFIG_UART_CONSOLE=y
99

1010
# Enable timer
1111
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
12-
13-
CONFIG_PINCTRL=y

0 commit comments

Comments
 (0)