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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user