diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-01-24 17:29:38 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-01-24 17:29:38 +0000 |
commit | 480b37f8e9b16efd3b9a91def3d3007241126833 (patch) | |
tree | 771e90203f02f998db2810634b9c5ced0ea1f994 /util/superiotool | |
parent | 2ca94910d806ad9caed0e2b9ae976e3eeb96c77d (diff) |
Document CONFIG_PCI usage in the README (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5050 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool')
-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 87d8e19e8d..0a969c596b 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 |