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/apalis_t30.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/apalis_t30.h') diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index 898c5c7dfb..d38302d6c4 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -43,7 +43,6 @@ #define CONFIG_USB_EHCI_TEGRA /* PCI host support */ -#define CONFIG_PCI_PNP #define CONFIG_CMD_PCI /* PCI networking support */ -- cgit