diff mbox series

kernel: add unset CONFIG_INPUT_IBM_PANEL symbol to config-6.1

Message ID 20230826160754.18880-1-zajec5@gmail.com
State Accepted
Delegated to: Rafał Miłecki
Headers show
Series kernel: add unset CONFIG_INPUT_IBM_PANEL symbol to config-6.1 | expand

Commit Message

Rafał Miłecki Aug. 26, 2023, 4:07 p.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

This symbol was added by commit 2e6f34faa7e0 ("Input: Add IBM Operation
Panel driver") to v6.1. It depends on I2C so it's available to limited
amount of targets. It needs to be specified thought to allow kernel
configuration.

For bcm53xx this fixes:
IBM Operation Panel driver (INPUT_IBM_PANEL) [N/m/?] (NEW)

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 target/linux/generic/config-6.1 | 1 +
 1 file changed, 1 insertion(+)

Comments

Linus Walleij Aug. 28, 2023, 6:10 a.m. UTC | #1
On Sat, Aug 26, 2023 at 6:08 PM Rafał Miłecki <zajec5@gmail.com> wrote:

> From: Rafał Miłecki <rafal@milecki.pl>
>
> This symbol was added by commit 2e6f34faa7e0 ("Input: Add IBM Operation
> Panel driver") to v6.1. It depends on I2C so it's available to limited
> amount of targets. It needs to be specified thought to allow kernel
> configuration.
>
> For bcm53xx this fixes:
> IBM Operation Panel driver (INPUT_IBM_PANEL) [N/m/?] (NEW)
>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index 29aa7292b8..5377c4a793 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -2821,6 +2821,7 @@  CONFIG_INOTIFY_USER=y
 # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
 # CONFIG_INPUT_GPIO_TILT_POLLED is not set
 # CONFIG_INPUT_GPIO_VIBRA is not set
+# CONFIG_INPUT_IBM_PANEL is not set
 # CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set
 # CONFIG_INPUT_IMS_PCU is not set
 # CONFIG_INPUT_IQS269A is not set