## SECTION=shell_and_console menuconfig PCIUTILS select LIBKMOD if PCIUTILS_LIBKMOD select HWDATA if !PCIUTILS_HWDB select HWDATA_PCI if !PCIUTILS_HWDB select SYSTEMD if PCIUTILS_HWDB tristate prompt "pciutils " help The PCI Utilities package contains a library for portable access to PCI bus configuration registers and several utilities based on this library. if PCIUTILS config PCIUTILS_HWDB bool default SYSTEMD_HWDB config PCIUTILS_TOOLS bool default y depends on !BUSYBOX_LSPCI || ALLYES prompt "pciutils binaries" help This option install the pciutils binary tools lspci, setpci and update-pciids. comment "busybox' lspci is selected" depends on BUSYBOX_LSPCI config PCIUTILS_LIBKMOD bool prompt "libkmod support" depends on PCIUTILS_TOOLS help Use libkmod to resolve kernel modules on Linux. config PCIUTILS_LIBPCI bool prompt "libpci support" help Generate and install the shared libpci library. endif