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

Commit df06c7f9 authored by Ganesh Mahendran's avatar Ganesh Mahendran Committed by Amit Pundir
Browse files

ANDROID: uid_sys_stats: 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 7c25fe1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -508,7 +508,7 @@ config PCI_ENDPOINT_TEST

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