From 3c57e7c4afb0ec4c51e6aa1db49618b5babe7d49 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 25 Oct 2019 04:45:50 +0200 Subject: [PATCH] soc: snps_arc_hsdk: kconfig: Remove unused CPU_HS38_LINUX symbol Added in commit dbc29fe77e ("boards: hsdk: add initial support of ARC HS Development Kit"), then never used. Found with a script. CPU_HS38_LINUX was only defined in a Kconfig.defconfig file. Signed-off-by: Ulf Magnusson --- soc/arc/snps_arc_hsdk/Kconfig.defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/soc/arc/snps_arc_hsdk/Kconfig.defconfig b/soc/arc/snps_arc_hsdk/Kconfig.defconfig index 1ba86b66110..105d7d62ab8 100644 --- a/soc/arc/snps_arc_hsdk/Kconfig.defconfig +++ b/soc/arc/snps_arc_hsdk/Kconfig.defconfig @@ -6,9 +6,6 @@ if SOC_ARC_HSDK config SOC default "snps_arc_hsdk" -config CPU_HS38_LINUX - def_bool y - config NUM_IRQ_PRIO_LEVELS # This processor supports 2 priority levels: # 0 for Fast Interrupts (FIRQs) and 1 for Regular Interrupts (IRQs).