summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:34:34 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 19:41:50 (GMT)
commit6500ec7a5a2a2a59128dba6f49d9905fc1258811 (patch)
tree0280685798d10699e77ebaa07e3ec35a8b7a0f70 /cmd
parentba7cc6c6c5c667f8510824cb0c47ea7ab3865de4 (diff)
downloadu-boot-fsl-qoriq-6500ec7a5a2a2a59128dba6f49d9905fc1258811.tar.xz
Convert CONFIG_CMD_PCI to Kconfig
This converts the following to Kconfig: CONFIG_CMD_PCI Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 0d967a7..8fab42d 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -733,6 +733,14 @@ config CMD_PART
Read and display information about the partition table on
various media.
+config CMD_PCI
+ bool "pci - Access PCI devices"
+ help
+ Provide access to PCI (Peripheral Interconnect Bus), a type of bus
+ used on some devices to allow the CPU to communicate with its
+ peripherals. Sub-commands allow bus enumeration, displaying and
+ changing configuration space and a few other features.
+
config CMD_REMOTEPROC
bool "remoteproc"
depends on REMOTEPROC