diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2022-08-12 21:36:39 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-09-01 00:48:49 +0200 |
commit | ed3d5bd20dcdfdbe110feeabf120cba7bd329ad8 (patch) | |
tree | 99dd68b29bab771d672fae9df8207f380a36d4dd /drivers/input/misc/Kconfig | |
parent | dt-bindings: input: colibri-vf50-ts: Improve documentation (diff) | |
download | linux-ed3d5bd20dcdfdbe110feeabf120cba7bd329ad8.tar.xz linux-ed3d5bd20dcdfdbe110feeabf120cba7bd329ad8.zip |
Input: rt5120 - add power key support
Add RT5120 PMIC power key support.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1660100142-32493-4-git-send-email-u0084500@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 968240288c61..9f088900f863 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -909,6 +909,15 @@ config INPUT_SC27XX_VIBRA To compile this driver as a module, choose M here. The module will be called sc27xx_vibra. +config INPUT_RT5120_PWRKEY + tristate "RT5120 PMIC power key support" + depends on MFD_RT5120 || COMPILE_TEST + help + This enables support for RT5120 PMIC power key driver. + + To compile this driver as a module, choose M here. the module will + be called rt5120-pwrkey. + config INPUT_STPMIC1_ONKEY tristate "STPMIC1 PMIC Onkey support" depends on MFD_STPMIC1 |