From af27382e2d6f7b4966e6932c9820939259498c1b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 26 Oct 2016 17:15:37 -0400 Subject: drivers/pci/Kconfig: Add PCI Add 'PCI' as a menu option and migrate all existing users. Signed-off-by: Tom Rini Acked-by: Stephen Warren --- include/configs/icon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/icon.h') diff --git a/include/configs/icon.h b/include/configs/icon.h index c60df49883..e76f009175 100644 --- a/include/configs/icon.h +++ b/include/configs/icon.h @@ -206,7 +206,6 @@ * PCI stuff */ /* General PCI */ -#define CONFIG_PCI /* include pci support */ #define CONFIG_PCI_INDIRECT_BRIDGE /* indirect PCI bridge support */ #define CONFIG_PCI_PNP /* do pci plug-and-play */ #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ -- cgit