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: Ganesh Mahendran <opensource.ganesh@gmail.com>
This commit is contained in:
Ganesh Mahendran 2017-05-24 10:28:27 +08:00 committed by Amit Pundir
parent 87ff693534
commit 62726d0c68

View file

@ -515,7 +515,7 @@ config MISC_RTSX
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