From 382194906dff4afecc147d59a599944fb8ef153f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 26 May 2015 07:27:07 -0400 Subject: [PATCH] pci: add PCI config option Change-Id: I5c6cedf696d4acaf32b8d9832b0593730223b41e Signed-off-by: Anas Nashif --- arch/x86/Kconfig | 8 ++++++++ arch/x86/bsp/Kconfig | 1 + arch/x86/configs/micro_quark_defconfig | 1 + arch/x86/configs/nano_quark_defconfig | 1 + 4 files changed, 11 insertions(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index bd58262f319..5368c7558b5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -124,6 +124,14 @@ config XIP endmenu +config PCI + bool + # omit prompt to signify a "hidden" option + default n + help + This options enables support of PCI bus enumeration for device + drivers. + #FIXME This symbols is not being used. config CUSTOM_RANDOM_GENERATOR bool "Custom random generator" diff --git a/arch/x86/bsp/Kconfig b/arch/x86/bsp/Kconfig index 31707cf66dd..c651f48e0d4 100644 --- a/arch/x86/bsp/Kconfig +++ b/arch/x86/bsp/Kconfig @@ -84,6 +84,7 @@ config BSP_QUARK select DRV_NS16550 select DRV_SERIAL select DRV_PCI + select PCI endchoice diff --git a/arch/x86/configs/micro_quark_defconfig b/arch/x86/configs/micro_quark_defconfig index c95dc821ad6..a2d12b614f3 100644 --- a/arch/x86/configs/micro_quark_defconfig +++ b/arch/x86/configs/micro_quark_defconfig @@ -181,3 +181,4 @@ CONFIG_DRV_NS16550=y # CONFIG_DRV_PCI is not set # CONFIG_DRV_RANDOM is not set # CONFIG_EXPERIMENTAL is not set +CONFIG_PCY=y diff --git a/arch/x86/configs/nano_quark_defconfig b/arch/x86/configs/nano_quark_defconfig index e1eca879966..37a4b5d20f3 100644 --- a/arch/x86/configs/nano_quark_defconfig +++ b/arch/x86/configs/nano_quark_defconfig @@ -144,3 +144,4 @@ CONFIG_DRV_NS16550=y # CONFIG_DRV_PCI is not set # CONFIG_DRV_RANDOM is not set # CONFIG_EXPERIMENTAL is not set +CONFIG_PCI=y