From f1874d9d07b2798bc302159d89a798c975eaa2a9 Mon Sep 17 00:00:00 2001 From: Nicolin Chen Date: Tue, 3 Jul 2018 18:30:02 -0700 Subject: input: Add Kconfig file for nvidia repo This patch adds a Kconfig file for input drivers under nvidia repo. It also adds an entry for INPUT_CFBOOST. Bug 200425329 Change-Id: I3670d4f829993927899e65c15dff327d1264a877 Signed-off-by: Nicolin Chen Reviewed-on: https://git-master.nvidia.com/r/1769999 GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/input/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 drivers/input/Kconfig diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig new file mode 100644 index 000000000..27072bedc --- /dev/null +++ b/drivers/input/Kconfig @@ -0,0 +1,10 @@ +config INPUT_CFBOOST + tristate "Input event CPU frequency booster" + depends on INPUT && CPU_FREQ + help + Say Y here if you want to temporarily boost CPU frequency upon input + events. + + To compile this driver as a module, choose M here: the + module will be called input-cfboost. + -- cgit v1.2.2