From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A4DC5EFD210 for ; Wed, 25 Feb 2026 08:56:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 244D610E722; Wed, 25 Feb 2026 08:56:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.b="01BAEqdO"; dkim-atps=neutral Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4403210E722 for ; Wed, 25 Feb 2026 08:56:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1772009801; x=1803545801; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dk2ZkhYEX1Fg3v/tA2VSYBTXOoPlP1fJemvYNu8MfYM=; b=01BAEqdOyUUT3hbe9mhfcmoZQQ48FWkInE1TlpYtLOlu33xT9hueSHXa 0r7BqNgYald+rrum6Vtc4UXloZHohGZWk1tl6Ql09BZ424ETYSZIqs3AN 2mJHWHArePOZwUe4UaaH0lzzBX7gE9LAAawBgS0wVPwcbUrs//vgJzySk JkgREf/CcYoUJRNKA7QyARSaOixmB2gnY+zwpjyp0CvwSirfUfKQf6pf+ 29ZiALp/M9dVkZlvHxddBpeCxcuUZPX9AlB84uxar/AIxIIpBxy9+59aj lK4jxCIGqMRzl9O9/igEX/PSjk3uuSwL17NyTYGQ27tliCEZiFH61OMIs g==; X-CSE-ConnectionGUID: 1awGeR7TRbSq+LFFCFDQFA== X-CSE-MsgGUID: Xhd2iTHpSjKRBsjHJB9dMw== X-IronPort-AV: E=Sophos;i="6.21,310,1763449200"; d="scan'208";a="221112256" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 25 Feb 2026 01:56:40 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.58; Wed, 25 Feb 2026 01:56:31 -0700 Received: from che-lt-i67131.microchip.com (10.10.85.11) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.58 via Frontend Transport; Wed, 25 Feb 2026 01:56:21 -0700 From: Manikandan Muralidharan To: , , , , , , , , , , , , , , , , , , , , , , , , , CC: Romain Sioen , Manikandan Muralidharan Subject: [PATCH 5/6] ARM: configs: at91: sama7: enable config for atmel maxtouch Date: Wed, 25 Feb 2026 14:24:29 +0530 Message-ID: <20260225085430.480052-6-manikandan.m@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20260225085430.480052-1-manikandan.m@microchip.com> References: <20260225085430.480052-1-manikandan.m@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Romain Sioen Add config support to enable maxtouch capacitive touchscreen Signed-off-by: Romain Sioen Signed-off-by: Manikandan Muralidharan --- arch/arm/configs/sama7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index c0671318bac4..0f1a3abc4640 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -108,6 +108,8 @@ CONFIG_CAN_M_CAN_PLATFORM=y CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y # CONFIG_INPUT_MOUSE is not set +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_TOUCHSCREEN_ATMEL_MXT=y CONFIG_LEGACY_PTY_COUNT=4 CONFIG_SERIAL_ATMEL=y CONFIG_SERIAL_ATMEL_CONSOLE=y -- 2.25.1