mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 11:15:56 +00:00
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>
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
# XTENSA board configuration
|
|
|
|
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_XT_SIM
|
|
bool "Xtensa Development ISS"
|
|
depends on SIMULATOR_XTENSA
|
|
|
|
config BOARD_XT_SIM_INTEL_S1000
|
|
bool "Xtensa Development ISS"
|