From a97053d5ebb61b02e437de685b06e7d8ae249130 Mon Sep 17 00:00:00 2001 From: Wayne Ren Date: Wed, 7 Aug 2019 03:28:19 +0800 Subject: [PATCH] arch: arc: no need of default n for arc_connect as suggested in comments of PR #17747, no need of default n for arc_connect Signed-off-by: Wayne Ren --- arch/arc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 7884af8beee..243605e0cd0 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -106,7 +106,6 @@ config ARC_HAS_STACK_CHECKING config ARC_CONNECT bool "ARC has ARC connect" select SCHED_IPI_SUPPORTED - default n help ARC is configured with ARC CONNECT which is a hardware for connecting multi cores.