2016-09-09 22:39:47 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-09-09 22:39:47 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
config SOC_FAMILY_QUARK
|
|
|
|
bool
|
|
|
|
|
|
|
|
if SOC_FAMILY_QUARK
|
|
|
|
config SOC_FAMILY
|
|
|
|
string
|
|
|
|
default "intel_quark"
|
|
|
|
endif
|
|
|
|
|
2018-09-04 04:04:54 +08:00
|
|
|
source "soc/x86/intel_quark/*/Kconfig.soc"
|
2016-09-09 22:39:47 +08:00
|
|
|
|
2018-09-04 04:04:54 +08:00
|
|
|
source "soc/x86/intel_quark/*/Kconfig"
|