From 7a9bfaadab77dd7a75d0cb147df4d53000963b27 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 4 Jul 2014 01:27:03 +0400 Subject: commands: add 'lspci' command Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- commands/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'commands/Kconfig') 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 -- cgit v1.2.3