[openwrt/openwrt] kernel: Activate CONFIG_INPUT_MISC on all targets

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 10 15:52:02 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0e3bafc601f9103f379ea9c3ea89f000a29b074b

commit 0e3bafc601f9103f379ea9c3ea89f000a29b074b
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Aug 7 13:41:17 2022 +0200

    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 at hauke-m.de>
---
 target/linux/layerscape/armv7/config-5.10 | 1 -
 target/linux/malta/config-5.10            | 1 -
 target/linux/malta/config-5.15            | 1 -
 target/linux/mediatek/mt7623/config-5.15  | 1 -
 target/linux/rockchip/armv8/config-5.10   | 1 -
 target/linux/rockchip/armv8/config-5.15   | 1 -
 target/linux/zynq/config-5.10             | 1 -
 7 files changed, 7 deletions(-)

diff --git a/target/linux/layerscape/armv7/config-5.10 b/target/linux/layerscape/armv7/config-5.10
index 80d0cbfa62..28323b876c 100644
--- a/target/linux/layerscape/armv7/config-5.10
+++ b/target/linux/layerscape/armv7/config-5.10
@@ -306,7 +306,6 @@ CONFIG_IMX_SDMA=y
 # CONFIG_IMX_WEIM is not set
 CONFIG_INITRAMFS_SOURCE=""
 CONFIG_INPUT=y
-# CONFIG_INPUT_MISC is not set
 # CONFIG_IOMMU_DEBUGFS is not set
 # CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set
 # CONFIG_IOMMU_IO_PGTABLE_LPAE is not set
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
diff --git a/target/linux/mediatek/mt7623/config-5.15 b/target/linux/mediatek/mt7623/config-5.15
index 0436d41c9b..2ce4eae628 100644
--- a/target/linux/mediatek/mt7623/config-5.15
+++ b/target/linux/mediatek/mt7623/config-5.15
@@ -271,7 +271,6 @@ CONFIG_INITRAMFS_SOURCE=""
 CONFIG_INPUT=y
 CONFIG_INPUT_EVDEV=y
 CONFIG_INPUT_KEYBOARD=y
-# CONFIG_INPUT_MISC is not set
 CONFIG_INPUT_TOUCHSCREEN=y
 CONFIG_IOMMU_API=y
 # CONFIG_IOMMU_DEBUGFS is not set
diff --git a/target/linux/rockchip/armv8/config-5.10 b/target/linux/rockchip/armv8/config-5.10
index d1e5d73850..43be53a090 100644
--- a/target/linux/rockchip/armv8/config-5.10
+++ b/target/linux/rockchip/armv8/config-5.10
@@ -282,7 +282,6 @@ CONFIG_INPUT_FF_MEMLESS=y
 CONFIG_INPUT_KEYBOARD=y
 CONFIG_INPUT_LEDS=y
 CONFIG_INPUT_MATRIXKMAP=y
-# CONFIG_INPUT_MISC is not set
 # CONFIG_INPUT_RK805_PWRKEY is not set
 CONFIG_IOMMU_API=y
 # CONFIG_IOMMU_DEBUGFS is not set
diff --git a/target/linux/rockchip/armv8/config-5.15 b/target/linux/rockchip/armv8/config-5.15
index a165e32af4..8d04790d41 100644
--- a/target/linux/rockchip/armv8/config-5.15
+++ b/target/linux/rockchip/armv8/config-5.15
@@ -277,7 +277,6 @@ CONFIG_INPUT_FF_MEMLESS=y
 CONFIG_INPUT_KEYBOARD=y
 CONFIG_INPUT_LEDS=y
 CONFIG_INPUT_MATRIXKMAP=y
-# CONFIG_INPUT_MISC is not set
 CONFIG_IOMMU_API=y
 # CONFIG_IOMMU_DEBUGFS is not set
 # CONFIG_IOMMU_DEFAULT_DMA_LAZY is not set
diff --git a/target/linux/zynq/config-5.10 b/target/linux/zynq/config-5.10
index 82904c9de8..24e4781735 100644
--- a/target/linux/zynq/config-5.10
+++ b/target/linux/zynq/config-5.10
@@ -254,7 +254,6 @@ CONFIG_INPUT=y
 CONFIG_INPUT_EVDEV=y
 CONFIG_INPUT_FF_MEMLESS=y
 CONFIG_INPUT_KEYBOARD=y
-# CONFIG_INPUT_MISC is not set
 CONFIG_INPUT_MOUSE=y
 CONFIG_INPUT_MOUSEDEV=y
 CONFIG_INPUT_MOUSEDEV_PSAUX=y




More information about the lede-commits mailing list