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_INPUT_DA7280_HAPTICS:
Say Y to enable support for the Dialog DA7280 haptics driver. The haptics can be controlled by PWM or GPIO with I2C communication.
To compile this driver as a module, choose M here: the module will be called da7280.
Symbol: INPUT_DA7280_HAPTICS [=n] Type : tristate Defined at drivers/input/misc/Kconfig:623 Prompt: Dialog Semiconductor DA7280 haptics support Depends on: !UML && INPUT_MISC [=y] && INPUT [=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]
---
Cc: Tony Camuso tcamuso@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org --- .../generic/CONFIG_INPUT_DA7280_HAPTICS | 1 + .../generic/CONFIG_INPUT_DA7280_HAPTICS | 24 ------------------- 2 files changed, 1 insertion(+), 24 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_INPUT_DA7280_HAPTICS delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INPUT_DA7280_HAPTICS
diff --git a/redhat/configs/common/generic/CONFIG_INPUT_DA7280_HAPTICS b/redhat/configs/common/generic/CONFIG_INPUT_DA7280_HAPTICS new file mode 100644 index 000000000000..27256e8ec087 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_INPUT_DA7280_HAPTICS @@ -0,0 +1 @@ +# CONFIG_INPUT_DA7280_HAPTICS is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_INPUT_DA7280_HAPTICS b/redhat/configs/pending-common/generic/CONFIG_INPUT_DA7280_HAPTICS deleted file mode 100644 index f0c47f26d159..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_INPUT_DA7280_HAPTICS +++ /dev/null @@ -1,24 +0,0 @@ -# CONFIG_INPUT_DA7280_HAPTICS: -# -# Say Y to enable support for the Dialog DA7280 haptics driver. -# The haptics can be controlled by PWM or GPIO -# with I2C communication. -# -# To compile this driver as a module, choose M here: the -# module will be called da7280. -# -# Symbol: INPUT_DA7280_HAPTICS [=n] -# Type : tristate -# Defined at drivers/input/misc/Kconfig:623 -# Prompt: Dialog Semiconductor DA7280 haptics support -# Depends on: !UML && INPUT_MISC [=y] && INPUT [=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_DA7280_HAPTICS is not set
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/803#note_49173028...
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_INPUT_DA7280_HAPTICS
kernel@lists.fedoraproject.org