aa3ab35c88
Master branch changed requirements for license headers while this branch has been in development. Change-Id: I9bce16ff275057a4bb664019628fc9b6de7aef7c Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
# Kconfig - STM32 MINI A15 board configuration
|
|
#
|
|
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SIMULATOR_XTENSA
|
|
|
|
config BOARD
|
|
default xt-sim
|
|
|
|
endif # SIMULATOR_XTENSA
|