Skip to content

Commit cc8d646

Browse files
nordicjmnashif
authored andcommitted
boards: digilent: zybo: Do not select PINCTRL
This should not be selected by boards Signed-off-by: Jamie McCrae <[email protected]>
1 parent efc7c7d commit cc8d646

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

boards/digilent/zybo/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_ZYBO

boards/digilent/zybo/zybo_defconfig

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
CONFIG_ARM_ARCH_TIMER=y
55
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=325000000
66

7-
CONFIG_PINCTRL=y
87
CONFIG_SERIAL=y
98
CONFIG_CONSOLE=y
109
CONFIG_UART_CONSOLE=y

0 commit comments

Comments
 (0)