A new platform soc for it8xxx2. Revising the test/kernel/context/src/main.c for it8xxx2 test case. Signed-off-by: Cheryl Su <cheryl.su@ite.com.tw>
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_RISCV_ITE
|
|
bool
|
|
help
|
|
omit prompt to signify a "hidden" option
|
|
|
|
config SOC_FAMILY
|
|
string
|
|
default "riscv-ite"
|
|
depends on SOC_FAMILY_RISCV_ITE
|
|
|
|
source "soc/riscv/riscv-ite/*/Kconfig.soc"
|