From: Fedora Kernel Team <kernel-team(a)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_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])
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_INPUT_IQS269A | 1 +
.../generic/CONFIG_TOUCHSCREEN_CY8CTMA140 | 1 +
.../generic/CONFIG_INPUT_IQS269A | 23 ------------------
.../generic/CONFIG_TOUCHSCREEN_CY8CTMA140 | 24 -------------------
4 files changed, 2 insertions(+), 47 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_INPUT_IQS269A
create mode 100644 redhat/configs/common/generic/CONFIG_TOUCHSCREEN_CY8CTMA140
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INPUT_IQS269A
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_CY8CTMA140
diff --git a/redhat/configs/common/generic/CONFIG_INPUT_IQS269A b/redhat/configs/common/generic/CONFIG_INPUT_IQS269A
new file mode 100644
index 000000000000..8b78e198494a
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_INPUT_IQS269A
@@ -0,0 +1 @@
+# CONFIG_INPUT_IQS269A is not set
diff --git a/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_CY8CTMA140 b/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_CY8CTMA140
new file mode 100644
index 000000000000..fa03c444e54b
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_CY8CTMA140
@@ -0,0 +1 @@
+# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_INPUT_IQS269A b/redhat/configs/pending-common/generic/CONFIG_INPUT_IQS269A
deleted file mode 100644
index 445a42fa0119..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_INPUT_IQS269A
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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_INPUT_IQS269A is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_CY8CTMA140 b/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_CY8CTMA140
deleted file mode 100644
index bb0283fcabba..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_CY8CTMA140
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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])
-#
-#
-#
-# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set
--
2.27.0