From 68685dd301bea389f8d80baee485b71ccddff33d Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Mon, 13 Jun 2016 17:33:10 -0700 Subject: [PATCH] doc: removed unused/defined CONFIG_EOI_HANDLER_SUPPORTED config option No code uses it and it being undefined anywhere generates a documentation warning. Change-Id: I09de2e58edf82e7fb9780a5dea98a282502436b6 Signed-off-by: Inaky Perez-Gonzalez --- arch/x86/soc/quark_d2000/Kconfig.soc | 1 - arch/x86/soc/quark_se/Kconfig.soc | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/x86/soc/quark_d2000/Kconfig.soc b/arch/x86/soc/quark_d2000/Kconfig.soc index 06bffe20e07..60421f9f3c4 100644 --- a/arch/x86/soc/quark_d2000/Kconfig.soc +++ b/arch/x86/soc/quark_d2000/Kconfig.soc @@ -3,7 +3,6 @@ config SOC_QUARK_D2000 bool "Quark D2000" select CPU_MINUTEIA select LOAPIC_TIMER - select EOI_HANDLER_SUPPORTED select BOOTLOADER_UNKNOWN select XIP select MVIC diff --git a/arch/x86/soc/quark_se/Kconfig.soc b/arch/x86/soc/quark_se/Kconfig.soc index 3ae0e921693..550589a19af 100644 --- a/arch/x86/soc/quark_se/Kconfig.soc +++ b/arch/x86/soc/quark_se/Kconfig.soc @@ -6,7 +6,6 @@ config SOC_QUARK_SE select IOAPIC select LOAPIC select LOAPIC_TIMER - select EOI_HANDLER_SUPPORTED select BOOTLOADER_UNKNOWN select XIP select X86_IAMCU