diff options
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 93474a8a3f..f7da89a5b6 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -13,6 +13,11 @@ ## GNU General Public License for more details. ## +config ARCH_X86 + bool + default n + select PCI + config ARCH_BOOTBLOCK_X86_32 bool default n |