Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a7a92d3 authored by Ganesh Mahendran's avatar Ganesh Mahendran Committed by Artem Borisov
Browse files

ANDROID: Kconfig: add depends for UID_SYS_STATS



uid_io depends on TASK_XACCT and TASK_IO_ACCOUNTING.
So add depends in Kconfig before compiling code.

Change-Id: Ie6bf57ec7c2eceffadf4da0fc2aca001ce10c36e
Signed-off-by: default avatarGanesh Mahendran <opensource.ganesh@gmail.com>
parent 902b0b3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -521,7 +521,7 @@ config VEXPRESS_SYSCFG

config UID_SYS_STATS
	bool "Per-UID statistics"
	depends on PROFILING
	depends on PROFILING && TASK_XACCT && TASK_IO_ACCOUNTING
	help
	  Per UID based cpu time statistics exported to /proc/uid_cputime
	  Per UID based io statistics exported to /proc/uid_io