diff options
| author | Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> | 2025-08-24 13:57:28 +0200 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-09-16 15:24:48 +0100 |
| commit | 229c15e9a69cb3d6a303a9e20b10fb991b66895d (patch) | |
| tree | d53b1eb53fe3e9171dabe977e37db54d19b98be0 /drivers/input/misc/Kconfig | |
| parent | fa6a23f1c59c67de9160b4acc5a8651ad2106fa8 (diff) | |
| download | linux-229c15e9a69cb3d6a303a9e20b10fb991b66895d.tar.gz linux-229c15e9a69cb3d6a303a9e20b10fb991b66895d.tar.bz2 linux-229c15e9a69cb3d6a303a9e20b10fb991b66895d.zip | |
input: misc: Add support for MAX7360 rotary
Add driver for Maxim Integrated MAX7360 rotary encoder controller,
supporting a single rotary switch.
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Link: https://lore.kernel.org/r/20250824-mdb-max7360-support-v14-9-435cfda2b1ea@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/input/misc/Kconfig')
| -rw-r--r-- | drivers/input/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 0fb21c99a5e3..d604aad90a89 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -230,6 +230,16 @@ config INPUT_M68K_BEEP tristate "M68k Beeper support" depends on M68K +config INPUT_MAX7360_ROTARY + tristate "Maxim MAX7360 Rotary Encoder" + depends on MFD_MAX7360 + help + If you say yes here you get support for the rotary encoder on the + Maxim MAX7360 I/O Expander. + + To compile this driver as a module, choose M here: the module will be + called max7360_rotary. + config INPUT_MAX77650_ONKEY tristate "Maxim MAX77650 ONKEY support" depends on MFD_MAX77650 |
