commit | 16a79bfc6d91fceced3d646db546551f7e3f70f1 | [log] [tgz] |
---|---|---|
author | you.chen <you.chen@mobiletek.cn> | Mon Aug 15 17:24:46 2022 +0800 |
committer | you.chen <you.chen@mobiletek.cn> | Mon Aug 15 17:24:46 2022 +0800 |
tree | 118e2bfe822d185ce9c2f594b277b19f57b3a690 | |
parent | 50772bb60356492830e9e0a60ce05e754d6bcf4b [diff] |
[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. +