boards: enclustra: mercury_xu: Do not select PINCTRL
This should not be selected by boards Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
cc8d646987
commit
44973d8974
|
@ -0,0 +1,5 @@
|
||||||
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
config UART_XLNX_PS
|
||||||
|
select PINCTRL if BOARD_MERCURY_XU
|
|
@ -9,5 +9,3 @@ CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
# Enable timer
|
# Enable timer
|
||||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
||||||
|
|
||||||
CONFIG_PINCTRL=y
|
|
||||||
|
|
Loading…
Reference in New Issue