* Add support for USB Mass Storage Devices (BBB)
[pandora-u-boot.git] / drivers / sk98lin / ski2c.c
index 671f76e..b262f29 100644 (file)
  ******************************************************************************/
 
 
+#include <config.h>
+
+#ifdef CONFIG_SK98
+
 /*
  *     I2C Protocol
  */
@@ -1497,3 +1501,5 @@ SK_EVPARA Para)   /* Event specific Parameter */
 }      /* SkI2cEvent*/
 
 #endif /* !SK_DIAG */
+
+#endif /* CONFIG_SK98 */