From 36ffdc058b3aeb447d74dd916c26e1dd80b80def Mon Sep 17 00:00:00 2001 From: HubretXie Date: Tue, 28 May 2019 21:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9CM3,CM4,CM7=20=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=BC=80=E5=90=AFRT=5FUSING=5FCPU=5FFFS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libcpu/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libcpu/Kconfig b/libcpu/Kconfig index 239fa58346..3c8c73636d 100644 --- a/libcpu/Kconfig +++ b/libcpu/Kconfig @@ -4,6 +4,10 @@ config ARCH_CPU_64BIT config ARCH_ARM bool +config RT_USING_CPU_FFS + bool + default n + config ARCH_ARM_CORTEX_M bool select ARCH_ARM @@ -18,6 +22,7 @@ config ARCH_ARM_CORTEX_M0 config ARCH_ARM_CORTEX_M3 bool select ARCH_ARM_CORTEX_M + select RT_USING_CPU_FFS config ARCH_ARM_MPU bool @@ -26,10 +31,12 @@ config ARCH_ARM_MPU config ARCH_ARM_CORTEX_M4 bool select ARCH_ARM_CORTEX_M + select RT_USING_CPU_FFS config ARCH_ARM_CORTEX_M7 bool select ARCH_ARM_CORTEX_M + select RT_USING_CPU_FFS config ARCH_ARM_CORTEX_R bool -- GitLab