Skip to content

Commit 78dd782

Browse files
committed
configs: Add TASK_DELAY_ACCT to arm64 defconfig
For some reason, TASK_DELAY_ACCT was enabled in all our defconfigs except arm64/bcm2711_defconfig. Correct the oversight. Signed-off-by: Phil Elwell <[email protected]>
1 parent 6dbbb44 commit 78dd782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CONFIG_PREEMPT=y
1111
CONFIG_BSD_PROCESS_ACCT=y
1212
CONFIG_BSD_PROCESS_ACCT_V3=y
1313
CONFIG_TASKSTATS=y
14+
CONFIG_TASK_DELAY_ACCT=y
1415
CONFIG_TASK_XACCT=y
1516
CONFIG_TASK_IO_ACCOUNTING=y
1617
CONFIG_IKCONFIG=m

0 commit comments

Comments
 (0)