From d1bafe51ce86c9af4cf285866b2bb275ce3cd0e2 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 1 Apr 2017 18:50:17 +0200 Subject: [PATCH] ANDROID: remove base config rule for UID_CPUTIME There is no such option in the 4.9 kernel, so it's a bit impossible to require to have it be set. Because of this, it must be removed. This is a partial revert of 611ef60db3f3ab48d45bf37a7392b253c265e177 Cc: Amit Pundir Signed-off-by: Greg Kroah-Hartman --- kernel/configs/android-base.config | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/configs/android-base.config b/kernel/configs/android-base.config index bd6b0ba3228d..72d2ef876227 100644 --- a/kernel/configs/android-base.config +++ b/kernel/configs/android-base.config @@ -155,7 +155,6 @@ CONFIG_STAGING=y CONFIG_SWP_EMULATION=y CONFIG_SYNC=y CONFIG_TUN=y -CONFIG_UID_CPUTIME=y CONFIG_UNIX=y CONFIG_USB_GADGET=y CONFIG_USB_CONFIGFS=y