diff options
| author | Lee Jones <lee@kernel.org> | 2024-07-04 17:06:42 +0100 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2024-07-04 17:06:42 +0100 |
| commit | f5ace555243953d12031679712e8594a40873ed0 (patch) | |
| tree | 2329b3e2d1524399188563b02e61cf156e191d36 /drivers/input/misc/Kconfig | |
| parent | 2d21e9745f7b76fa32f941aa9df876b8c4bda1ca (diff) | |
| parent | f53d3efa366b1754f0389944401bb53397d22468 (diff) | |
| download | linux-f5ace555243953d12031679712e8594a40873ed0.tar.gz linux-f5ace555243953d12031679712e8594a40873ed0.tar.bz2 linux-f5ace555243953d12031679712e8594a40873ed0.zip | |
Merge branch 'ib-mfd-input-regulator-6.11' into ibs-for-mfd-merged
Diffstat (limited to 'drivers/input/misc/Kconfig')
| -rw-r--r-- | drivers/input/misc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index ee45dbb0636e..6a852c76331b 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -33,6 +33,13 @@ config INPUT_88PM80X_ONKEY To compile this driver as a module, choose M here: the module will be called 88pm80x_onkey. +config INPUT_88PM886_ONKEY + tristate "Marvell 88PM886 onkey support" + depends on MFD_88PM886_PMIC + help + Support the onkey of Marvell 88PM886 PMIC as an input device + reporting power button status. + config INPUT_AB8500_PONKEY tristate "AB8500 Pon (PowerOn) Key" depends on AB8500_CORE |
