From 78a1667cbc0a26c09079c81aa7b8f4387c5f3774 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 29 Nov 2012 16:28:21 -0800 Subject: Create a a new configuration variable for PCI Not all architectures have PCI. This new config variable allows control of whether PCI support is configued in. It is selected for ARCH_X86. Signed-off-by: Ronald G. Minnich Change-Id: Ic5fe777b14fd6a16ba605ada1e22acf3e8a2c783 Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/1947 Tested-by: build bot (Jenkins) --- src/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 6bb8135eed..29731b349c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -203,6 +203,11 @@ source src/mainboard/Kconfig config ARCH_X86 bool default n + select PCI + +config ARCH_ARM + bool + default n config ARCH_ARMV7 bool -- cgit v1.2.3