18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
# TWR-KE18F board
|
|
|
|
# Copyright (c) 2019 Vestas Wind Systems A/S
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_TWR_KE18F
|
|
|
|
config I2C_MCUX_LPI2C_BUS_RECOVERY
|
|
default y
|
|
depends on I2C_MCUX_LPI2C && PINCTRL
|
|
|
|
# The KE1xF has 8 MPU regions, which is not enough for both HW stack protection
|
|
# and userspace. Only enable HW stack protection if userspace is not enabled.
|
|
config HW_STACK_PROTECTION
|
|
default y if !USERSPACE
|
|
|
|
endif # BOARD_TWR_KE18F
|