From 939889a2022954b2cfce05d78a8669267de5bed6 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 8 Sep 2017 22:07:41 -0400 Subject: [PATCH] kconfig: remove unused config DEBUG_IRQS Signed-off-by: Anas Nashif --- arch/x86/core/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/x86/core/Kconfig b/arch/x86/core/Kconfig index a7672ae70cd..4d948747857 100644 --- a/arch/x86/core/Kconfig +++ b/arch/x86/core/Kconfig @@ -104,12 +104,4 @@ config GDT_DYNAMIC This option stores the GDT in RAM instead of ROM, so that it may be modified at runtime at the expense of some memory. -config DEBUG_IRQS - bool - prompt "Extra interrupt debugging functionality" - default n - help - Enable additional debugging services for interrupts. May nontrivially - increase ROM size, so use only when you need it. - endmenu