Files
linux/arch/arm64/configs
Li Wei 9c5bc08a55 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>
2018-04-03 18:52:42 +08:00
..