Skip to content

Commit 77aeae8

Browse files
committed
rpi34-linux-5.15.config: enable file locking for playready drm DST locking
1 parent 6fd9279 commit 77aeae8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

board/raspberrypi/rpi34-linux-5.15.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@ CONFIG_PWM=y
387387
CONFIG_PWM_BCM2835=y
388388
CONFIG_EXT4_FS=y
389389
CONFIG_EXT4_FS_POSIX_ACL=y
390-
# CONFIG_FILE_LOCKING is not set
390+
CONFIG_FILE_LOCKING=y
391+
CONFIG_MANDATORY_FILE_LOCKING=y
391392
CONFIG_MSDOS_FS=y
392393
CONFIG_VFAT_FS=y
393394
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"

0 commit comments

Comments
 (0)