Fix up the board definition so that the actual board can at least be processed by Kconfig. See #22474. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD
|
|
default "xt-sim"
|
|
|
|
config IPM_CONSOLE_STACK_SIZE
|
|
default 2048 if IPM_CONSOLE_RECEIVER
|