]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/sk98lin/sktimer.c
* Add support for USB Mass Storage Devices (BBB)
[people/ms/u-boot.git] / drivers / sk98lin / sktimer.c
index e8894d24e759fc40a10716d88d10a9666928476f..67431d96aade406a0d210732810b491b2348e8ec 100644 (file)
  ******************************************************************************/
 
 
+#include <config.h>
+
+#ifdef CONFIG_SK98
+
 /*
        Event queue and dispatcher
 */
@@ -288,4 +292,6 @@ int Restart)        /* Do we need to restart the Hardware timer ? */
        }
 }
 
+#endif /* CONFIG_SK98 */
+
 /* End of file */