23 lines
539 B
Plaintext
23 lines
539 B
Plaintext
# Copyright (c) 2016 Intel Corporation Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_SERIES_QUARK_SE
|
|
bool "Quark SE Series MCU"
|
|
select SOC_FAMILY_QUARK
|
|
select CPU_MINUTEIA
|
|
select IOAPIC
|
|
select LOAPIC
|
|
select LOAPIC_TIMER
|
|
select XIP
|
|
select HAS_SYS_POWER_STATE_SLEEP_1
|
|
select HAS_SYS_POWER_STATE_SLEEP_2
|
|
select HAS_SYS_POWER_STATE_SLEEP_3
|
|
select HAS_SYS_POWER_STATE_DEEP_SLEEP_1
|
|
select HAS_SYS_POWER_STATE_DEEP_SLEEP_2
|
|
select BOOTLOADER_CONTEXT_RESTORE_SUPPORTED
|
|
select HAS_QMSI
|
|
help
|
|
Enable support for Quark SE
|