diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2023-08-26 18:07:54 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2023-08-31 09:13:00 +0200 |
commit | 79283e8fb5aedce035bca29ec7b1478dd74e815f (patch) | |
tree | a33dfa5572b3dfaa0df5b69f42e7f2ca4e4ca9fc /target/linux/generic/config-6.1 | |
parent | 52c365f055f62eb820cc42b0a1cfd037c68b01d0 (diff) |
kernel: add unset CONFIG_INPUT_IBM_PANEL symbol to config-6.1
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>
Diffstat (limited to 'target/linux/generic/config-6.1')
-rw-r--r-- | target/linux/generic/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 16648b8b22..a6bec3ac73 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 |