commit | ca523c1cf685e527a9531e5d03111e4a0fe67f9d | [log] [tgz] |
---|---|---|
author | Abhishek Shah <abhishek.shah@broadcom.com> | Wed Jul 01 18:55:03 2020 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 01 11:21:57 2020 -0400 |
tree | 2fa58d635fd5fe5491e529c91fb564bd78b42484 | |
parent | e1b0bda5b5642f4cce0a36fc26963cb91b939445 [diff] |
drivers: pcie: Do not enable PCIe RC module shell for endpoint PCIe shell was enabled by default if shell is enabled in below commit: commit ee985d81aa34 ("shell: enable modules by default if shell is enabled"). However, this shell file has tests for PCIe RC, not applicable to EP. So, should not be default enabled for PCIe EP. If we add EP shell tests in future, they should be added under drivers/pcie/endpoint/ directory. Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>