use msm8960_defconfig instead of mako_defconfig

Change-Id: I338003dc6cc5127febdbcaa00fc0c8b7e81921cc
Signed-off-by: Anh Nguyen <anguyen@codeaurora.org>
Signed-off-by: Shruthi Krishna <skrish@codeaurora.org>
diff --git a/drivers/usb/gadget/android.c b/drivers/usb/gadget/android.c
index da3bf5a..f944c1c 100644
--- a/drivers/usb/gadget/android.c
+++ b/drivers/usb/gadget/android.c
@@ -31,7 +31,9 @@
 #include <linux/usb/android.h>
 
 #include "gadget_chips.h"
-
+#ifndef DEBUG
+#define DEBUG 1
+#endif
 /*
  * Kbuild is not very cooperative with respect to linking separately
  * compiled library objects into one module.  So for now we won't use