Kconfig: move IOAPIC option to x86 Kconfig

IOAPIC is x86-exclusive, so move the IOAPIC options to arch/x86/Kconfig
file.

Change-Id: Ib0b30a1929f6f4f6bcc6355cce6ceea067905a2c
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91510
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Alicja Michalska <ahplka19@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Michał Żygowski 2026-03-02 15:02:39 +01:00 committed by Matt DeVillier
commit d251282f2d
2 changed files with 12 additions and 12 deletions

View file

@ -933,18 +933,6 @@ config PCI_IO_CFG_EXT
bool
default n
config IOAPIC
bool
default y if SMP
default n
config IOAPIC_8BIT_ID
bool
default n
depends on IOAPIC
help
Select this option if the hardware support 8bit long IOAPIC IDs.
config USE_WATCHDOG_ON_BOOT
bool
default n

View file

@ -466,4 +466,16 @@ config SOC_BERT_SIZEOF_ERROR_SECTION
help
SoC selects this if it implements soc_bert_sizeof_error_section.
config IOAPIC
bool
default y if SMP
default n
config IOAPIC_8BIT_ID
bool
default n
depends on IOAPIC
help
Select this option if the hardware support 8bit long IOAPIC IDs.
endif