Files
zephyr/boards/element14/warp7/Kconfig.defconfig
Daniel DeGrasse 84484e6707 boards: warp7: convert to HWMv2
Convert warp7 board to HWMv2. This board was originally ported
using the iMX7D SOC (despite the fact that board uses an iMX7S
SOC). For HWMv2, this board continues to use the IMX7D SOC port,
since only the M4 core is enabled.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-03-01 17:29:02 +00:00

24 lines
351 B
Plaintext

# WaRP7 iMX7S M4 board
# Copyright (c) 2018, Diego Sueiro
# SPDX-License-Identifier: Apache-2.0
if BOARD_WARP7
config FXOS8700_DRDY_INT1
default y
depends on FXOS8700_TRIGGER
config FXAS21002_DRDY_INT1
default y
depends on FXAS21002_TRIGGER
if !XIP
config FLASH_SIZE
default 0
config FLASH_BASE_ADDRESS
default 0
endif
endif # BOARD_WARP7