project: msm8610: Compile time config for sdhci

Enable sdhci by default for 8610 target

Change-Id: Ibcc3a4f6d97bf569fe41c766532d00884c2b4b05
diff --git a/project/msm8610.mk b/project/msm8610.mk
index 8d68d0a..02676ef 100644
--- a/project/msm8610.mk
+++ b/project/msm8610.mk
@@ -7,6 +7,7 @@
 MODULES += app/aboot
 
 DEBUG := 1
+ENABLE_SDHCI_SUPPORT := 1
 
 #DEFINES += WITH_DEBUG_DCC=1
 DEFINES += WITH_DEBUG_UART=1
@@ -20,3 +21,7 @@
 #thumb interworking code for LK. Confirm that the issue
 #is with the linker and file a bug report.
 ENABLE_THUMB := false
+
+ifeq ($(ENABLE_SDHCI_SUPPORT),1)
+DEFINES += MMC_SDHCI_SUPPORT=1
+endif