summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolin Chen <nicolinc@nvidia.com>2018-07-03 21:30:02 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-07-05 04:17:59 -0400
commitf1874d9d07b2798bc302159d89a798c975eaa2a9 (patch)
tree0b2b693dc4b72b28f463d943db629dc69d05b34e
parentc10b75a28a5a81a36dffbb9b4f837623100161ae (diff)
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 <nicolinc@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1769999 GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
-rw-r--r--drivers/input/Kconfig10
1 files changed, 10 insertions, 0 deletions
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 @@
1config INPUT_CFBOOST
2 tristate "Input event CPU frequency booster"
3 depends on INPUT && CPU_FREQ
4 help
5 Say Y here if you want to temporarily boost CPU frequency upon input
6 events.
7
8 To compile this driver as a module, choose M here: the
9 module will be called input-cfboost.
10