af3a19106a
Some SoC have missing feature selections in their Kconfig. Some others are missing includes of CMSIS-Core headers. Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
# Copyright (c) 2020 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_EOS_S3
|
|
bool "QuickLogic EOS S3 SoC"
|
|
select ARM
|
|
select CPU_CORTEX_M4
|
|
select CPU_CORTEX_M_HAS_SYSTICK
|
|
select CPU_HAS_ARM_MPU
|
|
select CPU_HAS_FPU
|
|
select EOS_S3_HAL
|