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 <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
67473b212a
commit
68685dd301
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ config SOC_QUARK_D2000
|
||||||
bool "Quark D2000"
|
bool "Quark D2000"
|
||||||
select CPU_MINUTEIA
|
select CPU_MINUTEIA
|
||||||
select LOAPIC_TIMER
|
select LOAPIC_TIMER
|
||||||
select EOI_HANDLER_SUPPORTED
|
|
||||||
select BOOTLOADER_UNKNOWN
|
select BOOTLOADER_UNKNOWN
|
||||||
select XIP
|
select XIP
|
||||||
select MVIC
|
select MVIC
|
||||||
|
|
|
@ -6,7 +6,6 @@ config SOC_QUARK_SE
|
||||||
select IOAPIC
|
select IOAPIC
|
||||||
select LOAPIC
|
select LOAPIC
|
||||||
select LOAPIC_TIMER
|
select LOAPIC_TIMER
|
||||||
select EOI_HANDLER_SUPPORTED
|
|
||||||
select BOOTLOADER_UNKNOWN
|
select BOOTLOADER_UNKNOWN
|
||||||
select XIP
|
select XIP
|
||||||
select X86_IAMCU
|
select X86_IAMCU
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue