bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / lspci.c
index 514678afd31631cd729dbff06b50343601a6e63f..0000fbfda456d1a556eca60d99a68fef18b988e6 100644 (file)
@@ -6,6 +6,19 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
+//config:config LSPCI
+//config:      bool "lspci (5.7 kb)"
+//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_NOEXEC(lspci, lspci, BB_DIR_USR_BIN, BB_SUID_DROP, lspci))
+
+//kbuild:lib-$(CONFIG_LSPCI) += lspci.o
 
 //usage:#define lspci_trivial_usage
 //usage:       "[-mk]"