Convert PCI_DEBUG parameter to a configuration parameter

Change-Id: Ie0272b52bbba56e3381cf33fded873aaa0709af6
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
This commit is contained in:
Dmitriy Korovkin 2015-05-27 13:08:34 -04:00 committed by Anas Nashif
commit a91736ab9a
4 changed files with 14 additions and 8 deletions

View file

@ -427,7 +427,7 @@ int pci_bus_scan(struct pci_dev_info *dev_info)
return 0;
}
#ifdef PCI_DEBUG
#ifdef CONFIG_PCI_DEBUG
/******************************************************************************
*
* pci_show - Show PCI device
@ -451,4 +451,4 @@ void pci_show(struct pci_dev_info *dev_info)
(uint32_t)(dev_info->addr + dev_info->size - 1),
dev_info->irq);
}
#endif /* PCI_DEBUG */
#endif /* CONFIG_PCI_DEBUG */