From 6500ec7a5a2a2a59128dba6f49d9905fc1258811 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:34 -0600 Subject: Convert CONFIG_CMD_PCI to Kconfig This converts the following to Kconfig: CONFIG_CMD_PCI Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- cmd/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cmd') diff --git a/cmd/Kconfig b/cmd/Kconfig index 0d967a7973..8fab42d884 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 -- cgit v1.2.1