For multitouch capable devices. Should not be needed for early boot so building as modules.
Signed-off-by: Mikko Rapeli <[email protected]> --- features/input/multitouch.cfg | 5 +++++ features/input/multitouch.scc | 5 +++++ kern-features.rc | 1 + 3 files changed, 11 insertions(+) create mode 100644 features/input/multitouch.cfg create mode 100644 features/input/multitouch.scc diff --git a/features/input/multitouch.cfg b/features/input/multitouch.cfg new file mode 100644 index 00000000..43c89aee --- /dev/null +++ b/features/input/multitouch.cfg @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: MIT +CONFIG_HID_SUPPORT=y +CONFIG_HID=m +CONFIG_HID_BATTERY_STRENGTH=y +CONFIG_HID_MULTITOUCH=m diff --git a/features/input/multitouch.scc b/features/input/multitouch.scc new file mode 100644 index 00000000..e6028f2b --- /dev/null +++ b/features/input/multitouch.scc @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: MIT +define KFEATURE_DESCRIPTION "Enable touchscreen multitouch input devices" +define KFEATURE_COMPATIBILITY board + +kconf hardware multitouch.cfg diff --git a/kern-features.rc b/kern-features.rc index eae8c765..85aec8c4 100644 --- a/kern-features.rc +++ b/kern-features.rc @@ -270,6 +270,7 @@ config = features/input/keyboard-gpio.scc config = features/input/input.scc config = features/input/touchscreen.scc + config = features/input/multitouch.scc config = features/nfsd/nfsd-enable.scc config = features/nfsd/nfsd.scc config = features/block/integrity.scc -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15949): https://lists.yoctoproject.org/g/linux-yocto/message/15949 Mute This Topic: https://lists.yoctoproject.org/mt/116254759/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
