]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/Kconfig
Convert CONFIG_CMD_PCI to Kconfig
[people/ms/u-boot.git] / cmd / Kconfig
index 0d967a7973ec1eb9fc503fd67161c6727ee8c9b5..8fab42d88416113f7bf46992163a2641b04958fe 100644 (file)
@@ -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