key970_defconfig/hikey960_defconfig: enable sdcard fs.

When Android P adaptable to the 4.9 kernel,
we need to open the CONFIG_SDCARD_FS macro.

Fix android P tomstone when run antutu apk:
logs:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
......
03-16 02:38:19.067  3435  3435 W sdcard  : Failed to mount sdcardfs with options fsuid=1023,fsgid=1023,multiuser,derive_gid,mask=6,userid=0,gid=1015: No such device
03-16 02:38:19.076  3435  3435 W sdcard  : Failed to mount sdcardfs with options fsuid=1023,fsgid=1023,multiuser,derive_gid,mask=6,userid=0,gid=1015: No such device
03-16 02:38:19.076  3435  3435 W sdcard  : Failed to mount sdcardfs with options fsuid=1023,fsgid=1023,multiuser,mask=6,userid=0,gid=1015: No such device
03-16 02:38:19.077  3435  3435 W sdcard  : Failed to mount sdcardfs with options fsuid=1023,fsgid=1023,mask=6,userid=0,gid=1015: No such device
03-16 02:38:19.077  3435  3435 F sdcard  : sdcard.cpp:123] failed to sdcardfs_setup
......
--------------------------------------------------------------------------------------------------------------------------------------------------------------------

Signed-off-by: Li Wei <liwei213@huawei.com>
This commit is contained in:
Li Wei
2018-04-03 17:50:58 +08:00
committed by Guodong Xu
parent e4a37c358b
commit 9c5bc08a55
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -549,3 +549,4 @@ CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
CONFIG_CRYPTO_CRC32_ARM64=y
CONFIG_CRC_T10DIF=y
CONFIG_SDCARD_FS=y
+1
View File
@@ -729,3 +729,4 @@ CONFIG_HIKEY970_HIFI=y
CONFIG_HISI_ASP_DMA=y
CONFIG_SND_I2S_HISI_I2S=y
CONFIG_HDMI_ADV7511_AUDIO=y
CONFIG_SDCARD_FS=y