SOC_SAMPLE_CONTROLLER option name is too generic, make it Xtensa specific to avoid confusion. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
233 B
Text
8 lines
233 B
Text
# Kconfig - XTENSA board configuration
|
|
#
|
|
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_SIMULATOR_XTENSA
|
|
bool "Xtensa Development ISS"
|
|
depends on SOC_XTENSA_SAMPLE_CONTROLLER
|