2017-01-13 21:47:57 +08:00
|
|
|
# Kconfig - STM32 MINI A15 board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
2017-01-25 07:10:39 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2017-01-13 21:47:57 +08:00
|
|
|
|
2017-05-16 01:47:40 +08:00
|
|
|
if BOARD_XT_SIM
|
2017-01-13 21:47:57 +08:00
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default xt-sim
|
|
|
|
|
2017-05-11 21:01:09 +08:00
|
|
|
config SIMULATOR_XTENSA
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
endif # BOARD_SIMULATOR_XTENSA
|