11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
# Copyright (c) 2022-2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_CYCLONEV
|
|
select ARM
|
|
select CPU_CORTEX_A9
|
|
select ARM_AARCH32_MMU
|
|
select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
|
|
select ARCH_HAS_RESERVED_PAGE_FRAMES
|
|
select SOC_EARLY_INIT_HOOK
|