diff options
Diffstat (limited to 'util/superiotool/README')
-rw-r--r-- | util/superiotool/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/superiotool/README b/util/superiotool/README index 87d8e19e8d95..0a969c596bc7 100644 --- a/util/superiotool/README +++ b/util/superiotool/README @@ -22,6 +22,10 @@ Installation $ cd superiotool +Optional: Edit the Makefile and set 'CONFIG_PCI = no' if you don't want to +support PCI-attached "Super I/Os" (which needs libpci-dev) such as the +VIA VT82686A/B southbridge with integrated Super I/O functionality. + $ make $ sudo make install |