From: Fedora Kernel Team kernel-team@fedoraproject.org
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_RMI4_F3A:
Say Y here if you want to add support for RMI4 function 3A.
Function 3A provides GPIO support for RMI4 devices. This includes support for buttons on TouchPads and ClickPads.
Symbol: RMI4_F3A [=n] Type : bool Defined at drivers/input/rmi4/Kconfig:103 Prompt: RMI4 Function 3A (GPIO) Depends on: !UML && INPUT [=y] && RMI4_CORE [=m] Location: -> Device Drivers -> Input device support -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y]) -> Synaptics RMI4 bus support (RMI4_CORE [=m])
---
CONFIG_TOUCHSCREEN_ZINITIX:
Say Y here if you have a touchscreen using Zinitix bt541, or something similar enough.
If unsure, say N.
To compile this driver as a module, choose M here: the module will be called zinitix.
Symbol: TOUCHSCREEN_ZINITIX [=n] Type : tristate Defined at drivers/input/touchscreen/Kconfig:1325 Prompt: Zinitix touchscreen support 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 Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org --- redhat/configs/common/generic/CONFIG_RMI4_F3A | 1 + .../common/generic/CONFIG_TOUCHSCREEN_ZINITIX | 1 + .../pending-common/generic/CONFIG_RMI4_F3A | 21 ---------------- .../generic/CONFIG_TOUCHSCREEN_ZINITIX | 24 ------------------- 4 files changed, 2 insertions(+), 45 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_RMI4_F3A create mode 100644 redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX delete mode 100644 redhat/configs/pending-common/generic/CONFIG_RMI4_F3A delete mode 100644 redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX
diff --git a/redhat/configs/common/generic/CONFIG_RMI4_F3A b/redhat/configs/common/generic/CONFIG_RMI4_F3A new file mode 100644 index 000000000000..7daf3f63cac2 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_RMI4_F3A @@ -0,0 +1 @@ +# CONFIG_RMI4_F3A is not set diff --git a/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX b/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX new file mode 100644 index 000000000000..72fb1fc318f2 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX @@ -0,0 +1 @@ +# CONFIG_TOUCHSCREEN_ZINITIX is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_RMI4_F3A b/redhat/configs/pending-common/generic/CONFIG_RMI4_F3A deleted file mode 100644 index cf175b3d5f10..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_RMI4_F3A +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_RMI4_F3A: -# -# Say Y here if you want to add support for RMI4 function 3A. -# -# Function 3A provides GPIO support for RMI4 devices. This includes -# support for buttons on TouchPads and ClickPads. -# -# Symbol: RMI4_F3A [=n] -# Type : bool -# Defined at drivers/input/rmi4/Kconfig:103 -# Prompt: RMI4 Function 3A (GPIO) -# Depends on: !UML && INPUT [=y] && RMI4_CORE [=m] -# Location: -# -> Device Drivers -# -> Input device support -# -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y]) -# -> Synaptics RMI4 bus support (RMI4_CORE [=m]) -# -# -# -# CONFIG_RMI4_F3A is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX b/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX deleted file mode 100644 index 361ab7a0933b..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX +++ /dev/null @@ -1,24 +0,0 @@ -# CONFIG_TOUCHSCREEN_ZINITIX: -# -# Say Y here if you have a touchscreen using Zinitix bt541, -# or something similar enough. -# -# If unsure, say N. -# -# To compile this driver as a module, choose M here: the -# module will be called zinitix. -# -# Symbol: TOUCHSCREEN_ZINITIX [=n] -# Type : tristate -# Defined at drivers/input/touchscreen/Kconfig:1325 -# Prompt: Zinitix touchscreen support -# 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]) -# -# -# -# CONFIG_TOUCHSCREEN_ZINITIX is not set
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/745#note_49173024...
This merge request has not been updated in over 30 days. Please review this MR's current changes regarding the following configuration option(s):
CONFIG_RMI4_F3A CONFIG_TOUCHSCREEN_ZINITIX
kernel@lists.fedoraproject.org