diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 20f55fabf909..058f8b3ea096 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -308,6 +308,7 @@ CONFIG_BLK_DEV_UBLK=y CONFIG_BLK_DEV_NVME=y CONFIG_NVME_MULTIPATH=y CONFIG_SRAM=y +CONFIG_UID_SYS_STATS=y CONFIG_SCSI=y # CONFIG_SCSI_PROC_FS is not set CONFIG_BLK_DEV_SD=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index af0e6136cb16..d29dee4058d3 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -296,6 +296,7 @@ CONFIG_BLK_DEV_UBLK=y CONFIG_BLK_DEV_NVME=y CONFIG_NVME_MULTIPATH=y CONFIG_SRAM=y +CONFIG_UID_SYS_STATS=y CONFIG_SCSI=y # CONFIG_SCSI_PROC_FS is not set CONFIG_BLK_DEV_SD=y diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 22febcbb9e36..1cf7846573a0 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -486,7 +486,6 @@ config MISC_RTSX config UID_SYS_STATS bool "Per-UID statistics" depends on PROFILING && TASK_XACCT && TASK_IO_ACCOUNTING - depends on BROKEN help Per UID based cpu time statistics exported to /proc/uid_cputime Per UID based io statistics exported to /proc/uid_io