16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
# 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
|