diff options
Diffstat (limited to 'util-linux/lspci.c')
-rw-r--r-- | util-linux/lspci.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/util-linux/lspci.c b/util-linux/lspci.c index 514678afd..8b38a2366 100644 --- a/util-linux/lspci.c +++ b/util-linux/lspci.c @@ -6,6 +6,19 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ +//config:config LSPCI +//config: bool "lspci" +//config: default y +//config: #select PLATFORM_LINUX +//config: help +//config: lspci is a utility for displaying information about PCI buses in the +//config: system and devices connected to them. +//config: +//config: This version uses sysfs (/sys/bus/pci/devices) only. + +//applet:IF_LSPCI(APPLET(lspci, BB_DIR_USR_BIN, BB_SUID_DROP)) + +//kbuild:lib-$(CONFIG_LSPCI) += lspci.o //usage:#define lspci_trivial_usage //usage: "[-mk]" |