From cfc28d4fb9b885fe445ada4836def99a3b6ccf40 Mon Sep 17 00:00:00 2001 From: Casey Connolly Date: Fri, 5 Sep 2025 17:09:29 +0200 Subject: [PATCH] linux-next: enable XBOX controller support Enable joystick devices as per kconfigcheck Signed-off-by: Casey Connolly Part-of: --- device/testing/linux-next/APKBUILD | 2 +- device/testing/linux-next/pmos.config | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/device/testing/linux-next/APKBUILD b/device/testing/linux-next/APKBUILD index 11f103ce0..675e30dd4 100644 --- a/device/testing/linux-next/APKBUILD +++ b/device/testing/linux-next/APKBUILD @@ -93,5 +93,5 @@ package() { sha512sums=" 3c150011d203e67c4f3bc58c649a8103f7224af4842a0a43bcaa6079f6c9345f4657945279bcbfdd09ebec86bffc3d4c2ce0f4c7c928b2a918d12b32c159992d linux-next-next-20250905.tar.gz def9df5035ad91aab0032acacc50456bdbe39daafa4a1a0b4fb699ae9e89b9c16bf40bb6043b52fad0b6d1755729b332209f24de4d75233f167cf584edc6e9ba devices.config -dc83b61179ab579528d191aacd36c416ba821dd7d0577234724ebdbc78cb157363892933e784a2d9eaa2c08e31f94b84be9694ec57b7812c6c2a862d90dfd113 pmos.config +2b21ead6f71aa9c369069ddaed0f8661dce55d5ca17701593389d967302a4bdf394b6c56dcaa94b4087d2f2465c59823408a7c22a398c4cae2094c48c5338c90 pmos.config " diff --git a/device/testing/linux-next/pmos.config b/device/testing/linux-next/pmos.config index 075144fbc..6ad5e11e9 100644 --- a/device/testing/linux-next/pmos.config +++ b/device/testing/linux-next/pmos.config @@ -260,3 +260,10 @@ CONFIG_SAMPLES_RUST=y CONFIG_SAMPLE_RUST_MINIMAL=m CONFIG_SAMPLE_RUST_PRINT=m CONFIG_GENDWARFKSYMS=y + +# HID + +CONFIG_INPUT_JOYSTICK=y +CONFIG_JOYSTICK_XPAD=m +CONFIG_JOYSTICK_XPAD_FF=y +