Skip to content

[redhat] New configs in drivers/input

Jeremy Cline requested to merge configs/2020-06-11/drivers/input into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

CONFIG_INPUT_IQS269A:

Say Y to enable support for the Azoteq IQS269A capacitive touch controller.

To compile this driver as a module, choose M here: the module will be called iqs269a.

Symbol: INPUT_IQS269A [=n] Type : tristate Defined at drivers/input/misc/Kconfig:721 Prompt: Azoteq IQS269A capacitive touch controller Depends on: !UML && INPUT [=y] && INPUT_MISC [=y] && I2C [=y] Location: -> Device Drivers -> Input device support -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y]) -> Miscellaneous devices (INPUT_MISC [=y]) Selects: REGMAP_I2C [=m]


CONFIG_TOUCHSCREEN_CY8CTMA140:

Say Y here if you have a Cypress CY8CTMA140 capacitive touchscreen also just known as "TMA140"

If unsure, say N.

To compile this driver as a module, choose M here: the module will be called cy8ctma140.

Symbol: TOUCHSCREEN_CY8CTMA140 [=n] Type : tristate Defined at drivers/input/touchscreen/Kconfig:204 Prompt: cy8ctma140 touchscreen Depends on: !UML && INPUT [=y] && INPUT_TOUCHSCREEN [=y] && I2C [=y] Location: -> Device Drivers -> Input device support -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y]) -> Touchscreens (INPUT_TOUCHSCREEN [=y])


Cc: Tony Camuso tcamuso@redhat.com Cc: Aristeu Rozanski arozansk@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Edited by Patrick Talbert

Merge request reports