2016-09-09 22:39:47 +08:00
|
|
|
# Kconfig - Curie configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-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
|
|
|
#
|
|
|
|
|
|
|
|
if SOC_QUARK_SE_CURIE
|
|
|
|
|
|
|
|
config SOC
|
2018-05-26 03:19:21 +08:00
|
|
|
default "curie"
|
2016-09-09 22:39:47 +08:00
|
|
|
|
|
|
|
endif
|