1# TWR-KE18F board 2 3# Copyright (c) 2019 Vestas Wind Systems A/S 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_TWR_KE18F 7 8config I2C_MCUX_LPI2C_BUS_RECOVERY 9 default y 10 depends on I2C_MCUX_LPI2C && PINCTRL 11 12# The KE1xF has 8 MPU regions, which is not enough for both HW stack protection 13# and userspace. Only enable HW stack protection if userspace is not enabled. 14config HW_STACK_PROTECTION 15 default y if !USERSPACE 16 17endif # BOARD_TWR_KE18F 18