diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-07 13:41:17 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-10 21:36:17 +0200 |
commit | 0e3bafc601f9103f379ea9c3ea89f000a29b074b (patch) | |
tree | 34a7dedfcc1dea417e5bd48349f1e08b92b24b23 /target/linux/malta | |
parent | 16caa19c8c72216f0041131e6300290463562c44 (diff) | |
download | upstream-0e3bafc601f9103f379ea9c3ea89f000a29b074b.tar.gz upstream-0e3bafc601f9103f379ea9c3ea89f000a29b074b.tar.bz2 upstream-0e3bafc601f9103f379ea9c3ea89f000a29b074b.zip |
kernel: Activate CONFIG_INPUT_MISC on all targets
CONFIG_INPUT_MISC does not do any changes to the kernel image, it only
shows some extra kernel configuration options.
Activate it on all targets.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/malta')
-rw-r--r-- | target/linux/malta/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/malta/config-5.15 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/malta/config-5.10 b/target/linux/malta/config-5.10 index 23939155b0..e4f56229a9 100644 --- a/target/linux/malta/config-5.10 +++ b/target/linux/malta/config-5.10 @@ -109,7 +109,6 @@ CONFIG_I8253=y CONFIG_I8253_LOCK=y CONFIG_I8259=y CONFIG_INPUT=y -# CONFIG_INPUT_MISC is not set CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 diff --git a/target/linux/malta/config-5.15 b/target/linux/malta/config-5.15 index 3fe3a77426..f1ef5e8dfb 100644 --- a/target/linux/malta/config-5.15 +++ b/target/linux/malta/config-5.15 @@ -105,7 +105,6 @@ CONFIG_I8253=y CONFIG_I8253_LOCK=y CONFIG_I8259=y CONFIG_INPUT=y -# CONFIG_INPUT_MISC is not set CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |