summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-07-04 01:27:03 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-04 07:35:47 +0200
commit7a9bfaadab77dd7a75d0cb147df4d53000963b27 (patch)
treeca684b2d2871e5428cd6244d78bbdd59542390f4 /commands/Kconfig
parent7420866543da43a72ef81d5e03b12d9df752d99b (diff)
downloadbarebox-7a9bfaadab77dd7a75d0cb147df4d53000963b27.tar.gz
barebox-7a9bfaadab77dd7a75d0cb147df4d53000963b27.tar.xz
commands: add 'lspci' command
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index eed6fbdd3c..c98dbc5da5 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -207,6 +207,14 @@ config CMD_REGULATOR
the regulator command lists the currently registered regulators and
their current state.
+config CMD_LSPCI
+ bool
+ depends on PCI
+ prompt "lspci command"
+ default y
+ help
+ The lspci command allows to list all PCI devices.
+
config CMD_VERSION
tristate
default y