aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2012-11-29 16:28:21 -0800
committerRonald G. Minnich <rminnich@gmail.com>2012-11-30 19:02:58 +0100
commit78a1667cbc0a26c09079c81aa7b8f4387c5f3774 (patch)
tree4af041c0cae57bd09eb6d03906a282fc440a2992 /src/Kconfig
parent3665ace13de68e798de31499197cc600d2426967 (diff)
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 <rminnich@gmail.com> Change-Id: Ic5fe777b14fd6a16ba605ada1e22acf3e8a2c783 Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: http://review.coreboot.org/1947 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig5
1 files changed, 5 insertions, 0 deletions
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