Currently README mentions some but not all options needed to get flashrom compiled on a libpci-less system. This patch adds all of them.
Signed-off-by: Paul Fertser fercerpav@gmail.com --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README b/README index f88b3b5..88cc782 100644 --- a/README +++ b/README @@ -120,8 +120,9 @@ Processor architecture dependent features:
On non-x86 architectures you have to disable a few programmers because they use port-based I/O which is not directly available on non-x86. Please add - CONFIG_RAYER_SPI=no CONFIG_NIC3COM=no CONFIG_ATAHPT=no CONFIG_NICREALTEK=no \ - CONFIG_NICNATSEMI=no + CONFIG_RAYER_SPI=no CONFIG_NIC3COM=no CONFIG_GFXNVIDIA=no CONFIG_SATASII=no \ + CONFIG_ATAHPT=no CONFIG_DRKAISER=no CONFIG_NICREALTEK=no CONFIG_NICNATSEMI=no \ + CONFIG_NICINTEL=no CONFIG_NICINTEL_SPI=no CONFIG_OGP_SPI=no CONFIG_SATAMV=no as parameters to the "make" invocation. Besides that, the internal programmer is only supported on x86 and MIPS. On other architectures, please add