zephyr/boards/nxp/twr_ke18f/Kconfig
Emilio Benavente 82a192c8a9 boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig
The Drivers using Pinctrl should be turning Pinctrl on
this should not be the responsibility of the board. This
commit removes CONFIG_PINCTRL from the boards side for nxp boards.

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
2024-10-15 19:09:45 -04:00

14 lines
320 B
Text

# TWR-KE18F board configuration
# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
if BOARD_TWR_KE18F
config BOARD_TWR_KE18F_FLEXIO_CLKOUT
bool "CLKOUT signal on FlexIO header"
select PINCTRL
help
Enable the CLKOUT signal on FlexIO header pin 7 (PTE10).
endif # BOARD_TWR_KE18F