2016-09-09 10:39:47 -04:00
|
|
|
# Kconfig - Curie configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2016 Intel Corporation
|
|
|
|
#
|
2017-01-18 17:01:01 -08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-09-09 10:39:47 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
if SOC_QUARK_SE_CURIE
|
|
|
|
|
|
|
|
config SOC
|
2018-05-25 21:19:21 +02:00
|
|
|
default "curie"
|
2016-09-09 10:39:47 -04:00
|
|
|
|
|
|
|
endif
|