zephyr/boards/arc/em_starterkit/Kconfig
Wayne Ren 5bb1f4f230 boards: emsk: add initial support of normal/non-secure application
* Non-secure/normal application: em_starterkit_em7d_normal
* secure application: em_starterkit_em7d

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2019-08-10 17:45:22 +02:00

23 lines
No EOL
379 B
Text

# Kconfig - DesignWare ARC EM Starter Kit board configuration options
#
# Copyright (c) 2017 Synopsys, Inc. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_EM_STARTERKIT
choice
prompt "Board Firmware Version"
default BOARD_EM_STARTERKIT_R23
config BOARD_EM_STARTERKIT_R22
bool "2.2"
config BOARD_EM_STARTERKIT_R23
bool "2.3"
endchoice
endif