]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/sk98lin/skgepnmi.c
* Add support for USB Mass Storage Devices (BBB)
[people/ms/u-boot.git] / drivers / sk98lin / skgepnmi.c
index 498c85d3c76890f6255488eaf9ba0263fdee1349..d1c1a3e7d08cd651753d6c72028f154a61599ff7 100644 (file)
  ****************************************************************************/
 
 
+#include <config.h>
+
+#ifdef CONFIG_SK98
+
 static const char SysKonnectFileId[] =
        "@(#) $Id: skgepnmi.c,v 1.102 2002/12/16 14:03:24 tschilli Exp $"
        " (C) SysKonnect.";
@@ -8303,3 +8307,5 @@ SK_U32            PhysPortIndex)
        }
 
 } /* CheckVctStatus */
+
+#endif /* CONFIG_SK98 */