diff options
Diffstat (limited to 'print_wiki.c')
-rw-r--r-- | print_wiki.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print_wiki.c b/print_wiki.c index 1b46dd04..48e01220 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -299,6 +299,9 @@ void print_supported_wiki(void) #if CONFIG_NICINTEL_SPI == 1 print_supported_pcidevs_wiki(nics_intel_spi); #endif +#if CONFIG_OGP_SPI == 1 + print_supported_pcidevs_wiki(ogp_spi); +#endif printf("\n|}\n"); } |