1# Copyright (c) 2020 ITE Corporation. All Rights Reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_FAMILY_RISCV_ITE 5 bool 6 help 7 omit prompt to signify a "hidden" option 8 9config SOC_FAMILY 10 string 11 default "riscv-ite" 12 depends on SOC_FAMILY_RISCV_ITE 13 14source "soc/riscv/riscv-ite/*/Kconfig.soc" 15