From c4762157cf49ae6556016267ec0a87d4aee9e572 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sun, 16 Oct 2016 23:35:18 -0700 Subject: pci: Move CONFIG_PCI_PNP to Kconfig Introduce CONFIG_PCI_PNP in Kconfig and move over boards' defconfig to use that. Signed-off-by: Bin Meng Reviewed-by: Tom Rini [trini: Re-generate configs and include/configs/ changes] Signed-off-by: Tom Rini --- include/configs/trimslice.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/trimslice.h') diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 75a7650..cfc8451 100644 --- a/include/configs/trimslice.h +++ b/include/configs/trimslice.h @@ -49,7 +49,6 @@ #define CONFIG_USB_ETHER_ASIX /* PCI host support */ -#define CONFIG_PCI_PNP #define CONFIG_CMD_PCI /* General networking support */ -- cgit v1.1