From e5c8de83a0ddc5ef55cd4873fe990b4792e3a59e Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 20 May 2015 14:56:47 +0300 Subject: [PATCH] quark: Remove MAX_PCI_DEVS Kconf entry It is useless as PCI scanning is now storing anything. Change-Id: I6e3b1e328e2f440ac57a2142cab138e4a222f4fc Signed-off-by: Tomasz Bursztyka --- config/quark/bsp.kconf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/quark/bsp.kconf b/config/quark/bsp.kconf index 4598201c682..a8615b5b41a 100644 --- a/config/quark/bsp.kconf +++ b/config/quark/bsp.kconf @@ -52,14 +52,6 @@ config BSP_QUARK select BOOTLOADER_UNKNOWN select EXTRA_SERIAL_PORT -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 prompt "VxMicro boots using Linux kexec() system call"