[Feature][T8TSK-48][TCAM_T800_SW_261] missing kconfig file for emmc health & default not set

Change-Id: I3dedd28883c2b9068a941a0fcd64e171a4e8dd0c
diff --git a/src/kernel/linux/v4.19/arch/arm64/configs/auto2735evb_defconfig b/src/kernel/linux/v4.19/arch/arm64/configs/auto2735evb_defconfig
index 2b64062..9050846 100644
--- a/src/kernel/linux/v4.19/arch/arm64/configs/auto2735evb_defconfig
+++ b/src/kernel/linux/v4.19/arch/arm64/configs/auto2735evb_defconfig
@@ -804,6 +804,3 @@
 CONFIG_MEMTEST=y
 CONFIG_DEBUG_ALIGN_RODATA=y
 
-#you.chen@2022-07-16 for emmc health 
-CONFIG_MMC_HEALTH=y
-
diff --git a/src/kernel/linux/v4.19/drivers/mmc/host/Kconfig b/src/kernel/linux/v4.19/drivers/mmc/host/Kconfig
index cae1c5a..43ea78c 100644
--- a/src/kernel/linux/v4.19/drivers/mmc/host/Kconfig
+++ b/src/kernel/linux/v4.19/drivers/mmc/host/Kconfig
@@ -952,3 +952,10 @@
 	  If you have a controller with this interface, say Y or M here.
 
 	  If unsure, say N.
+
+config MMC_HEALTH
+    tristate "SD/MMC Card Health Interface support"
+	depends on MMC_MTK
+    help
+      This selects the card health Interface.
+