From patchwork Thu Apr 10 08:30:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 879931 Received: from andre.telenet-ops.be (andre.telenet-ops.be [195.130.132.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D72C91EF080 for ; Thu, 10 Apr 2025 08:31:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.53 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744273870; cv=none; b=ZBfd0gMahIVHf9e9Mvo9GcXRXdqm9b0VPm2rlbi4OBz8lwGI0wHcw0geX7XLuPCJXHK8qTy8oHJhOKIWThm4gJiZKGd5y0KYZRNWz5r10CNphIMNE4DvmpjJ23FsAJwkpXtVV5PpMyNofm3QZAoshyZ3H/L8JgwJ3vuMpZeF8/M= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744273870; c=relaxed/simple; bh=oQnUDeEZ2r8C9sjmNcaFJtnHOl/Ix9z6aHaoboLoVYI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=lpWGGw7uDFGFnScy4yy1wZk9HeO0c92p2MsQDB0JfSVuaum80flnI+EQovrgZvuryZfdMSnHH+wKSOQUEPTjJ0PICsXSapBViMM2L4ctWgccbqQeeLSLWjnpuho3iOntI0sZrgZ9yDFSR4HS3adSx70K1BhZu18mjxuJJcsspAI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.53 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:1f1c:893d:f419:6517]) by andre.telenet-ops.be with cmsmtp id bLWz2E00L3xgA3j01LWzWw; Thu, 10 Apr 2025 10:31:00 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.97) (envelope-from ) id 1u2nJK-00000000Gmv-2oem; Thu, 10 Apr 2025 10:30:59 +0200 Received: from geert by rox.of.borg with local (Exim 4.97) (envelope-from ) id 1u2nJL-00000009IPH-39Mj; Thu, 10 Apr 2025 10:30:59 +0200 From: Geert Uytterhoeven To: Jiri Kosina , Benjamin Tissoires , Aditya Garg , Kerem Karabay Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 0/2] HID: HID_APPLETB_KBD and HID_APPLETB_BL should depend on X86 Date: Thu, 10 Apr 2025 10:30:55 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, The Apple Touch Bar is only present on x86 MacBook Pros. Hence this patch series adds dependencies on X86, to prevent asking the user about its drivers when configuring a kernel for a different architecture. Changes compared to v1[1]: - Split in two patches, - Correct Fixes. Thanks! [1] "HID: HID_APPLETB_BL and HID_APPLETB_KBD should depend on X86" https://lore.kernel.org/4b046ce1cae2170453037c7ea006c91c12383dab.1744190441.git.geert+renesas@glider.be Geert Uytterhoeven (2): HID: HID_APPLETB_KBD should depend on X86 HID: HID_APPLETB_BL should depend on X86 drivers/hid/Kconfig | 2 ++ 1 file changed, 2 insertions(+)