summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'print.c')
-rw-r--r--print.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/print.c b/print.c
index 13d7fa5..3215c2a 100644
--- a/print.c
+++ b/print.c
@@ -255,6 +255,9 @@ void print_supported(void)
#if CONFIG_ATAHPT == 1
print_supported_pcidevs(ata_hpt);
#endif
+#if CONFIG_NICINTEL_SPI == 1
+ print_supported_pcidevs(nics_intel_spi);
+#endif
#if CONFIG_FT2232_SPI+CONFIG_DEDIPROG >= 1
printf("\nSupported USB devices flashrom can use "
OpenPOWER on IntegriCloud