From 6eb30a3edb6860b209bdf7ea497c83d90b03ac1f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 20 Jun 2015 10:44:35 -0400 Subject: [PATCH] kconfig: remove MAX_PCI_DEVS, it is not being used This options is not being used anymore. Was removed as part of PCI driver rework. Change-Id: I0b93e9c5e2c9425cabcd7112eb0ac49cfbb2806b Signed-off-by: Anas Nashif --- arch/x86/quark/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/x86/quark/Kconfig b/arch/x86/quark/Kconfig index 53b3937a2eb..c03eb6612f8 100644 --- a/arch/x86/quark/Kconfig +++ b/arch/x86/quark/Kconfig @@ -39,12 +39,6 @@ config BSP_DIR the location of the config1p.mdef file and is used by the build system to locate the correct linker file. -config MAX_PCI_DEVS - int - prompt "Maximum number of PCI devices" - default 8 - help - This option sets the maximum number of PCI devices the BSP supports. config BOOTLOADER_KEXEC bool