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>
14 lines
320 B
Text
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
|