diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:34:34 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 15:41:50 -0400 |
| commit | 6500ec7a5a2a2a59128dba6f49d9905fc1258811 (patch) | |
| tree | 0280685798d10699e77ebaa07e3ec35a8b7a0f70 /cmd | |
| parent | ba7cc6c6c5c667f8510824cb0c47ea7ab3865de4 (diff) | |
Convert CONFIG_CMD_PCI to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_PCI
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 0d967a7973e..8fab42d8841 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 |
