1# TWR-KE18F board configuration 2 3# Copyright (c) 2019 Vestas Wind Systems A/S 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_TWR_KE18F 7 8config BOARD_TWR_KE18F_FLEXIO_CLKOUT 9 bool "CLKOUT signal on FlexIO header" 10 select PINCTRL 11 help 12 Enable the CLKOUT signal on FlexIO header pin 7 (PTE10). 13 14endif # BOARD_TWR_KE18F 15