drivers/pci: remove legacy PCI implementation

This has been subsumed by the new implementation in drivers/pcie.
We remove the legacy subsystem, related tests, shell module, and
outdated documentation/config references.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-08-23 09:45:41 -07:00 committed by Anas Nashif
commit 4a166f4913
16 changed files with 0 additions and 3004 deletions

View file

@ -20,7 +20,6 @@ config TEST
config TEST_SHELL
bool "Enable various shells for testing"
select GPIO_SHELL if GPIO
select PCI_SHELL if PCI
help
Enable various platform and driver related shells for testing.