aboutsummaryrefslogtreecommitdiff
path: root/util-linux/lspci.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/lspci.c')
-rw-r--r--util-linux/lspci.c13
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 @@
6 * 6 *
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config LSPCI
10//config: bool "lspci"
11//config: default y
12//config: #select PLATFORM_LINUX
13//config: help
14//config: lspci is a utility for displaying information about PCI buses in the
15//config: system and devices connected to them.
16//config:
17//config: This version uses sysfs (/sys/bus/pci/devices) only.
18
19//applet:IF_LSPCI(APPLET(lspci, BB_DIR_USR_BIN, BB_SUID_DROP))
20
21//kbuild:lib-$(CONFIG_LSPCI) += lspci.o
9 22
10//usage:#define lspci_trivial_usage 23//usage:#define lspci_trivial_usage
11//usage: "[-mk]" 24//usage: "[-mk]"