zephyr/boards/xtensa/xt-sim/Kconfig.defconfig
Andrew Boie aa3ab35c88 xtensa: fixup license identifiers
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>
2017-02-13 08:04:27 -08:00

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