Move the SoC outside of the architecture tree and put them at the same level as boards and architectures allowing both SoCs and boards to be maintained outside the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
302 B
Text
15 lines
302 B
Text
# Copyright (c) 2016 Intel Corporation Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_SERIES_QUARK_D2000
|
|
bool "Quark D2000 Series MCU"
|
|
select CPU_MINUTEIA
|
|
select LOAPIC_TIMER
|
|
select XIP
|
|
select MVIC
|
|
select HAS_QMSI
|
|
select SOC_FAMILY_QUARK
|
|
help
|
|
Enable support for Intel Quark D2000
|