diff options
author | Souf Oued | 2009-12-05 17:56:25 +0100 |
---|---|---|
committer | Denys Vlasenko | 2009-12-05 17:56:25 +0100 |
commit | 982bc7176d04d9d3e2b40c4ddba24eab9f02dc4d (patch) | |
tree | 83eb0a5773b6cfa3fb383165bc7fb188a9acd4ec /util-linux/Config.in | |
parent | f92874e747dae948fdfacf53537f554ccee7bd54 (diff) | |
download | busybox-982bc7176d04d9d3e2b40c4ddba24eab9f02dc4d.zip busybox-982bc7176d04d9d3e2b40c4ddba24eab9f02dc4d.tar.gz |
lspci: new applet. +573 bytes
Signed-off-by: Souf Oued <souf_oued@yahoo.fr>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 9827145..94337df 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -348,6 +348,15 @@ config LOSETUP file or block device, and to query the status of a loop device. This version does not currently support enabling data encryption. +config LSPCI + bool "lspci" + default n + help + lspci is a utility for displaying information about PCI buses in the + system and devices connected to them. + + This version uses sysfs (/sys/bus/pci/devices) only. + config MDEV bool "mdev" default n |