diff options
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 " |