From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A93A81AA1D2 for ; Thu, 15 Jan 2026 13:26:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768483576; cv=none; b=LWpAf0g6TQDXKPSdx0d7ODiCWjPUHYFboFiEWcEWS42R4IBXP6Ai7VdKxEYouMXhfuZTgqL8Kgmf7XQLEIWBvikI/VnCXXxeBvb8JgR5JDsTx9SnqP8rYtRH2sreukDrcLGTk++ig914kACiRBbi2mXQO2AA9ogY14UQ6LvL6dU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768483576; c=relaxed/simple; bh=jFf6M1o/fklj5p77ApwFMOiss9+hCY9+nR+JRnQr4eY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=L/CJCFhYjgzl83mRlYjfzrAw/TpQlC2ei0lGgF+zdwIm3GQb0sB623VhAyS48omDTv+9dPN7HawWX55x4fzmBFceIutxXTOiZdNUMqL+JosGe4OWT5vyBCCfjzQFv7Y4XiqxiEOYbLRsSXxzSczonc4/zHEh7FL3irecNi2WrXc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FzB5MsyQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FzB5MsyQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A71AAC116D0; Thu, 15 Jan 2026 13:26:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768483576; bh=jFf6M1o/fklj5p77ApwFMOiss9+hCY9+nR+JRnQr4eY=; h=From:To:Cc:Subject:Date:From; b=FzB5MsyQQkS9J3sackXt1WLSdbw7gxp7Ofx4mVeLgtvG+VqOgDQjkO+VFUQvmUMdg bN1vjJNmQZH0uAnSHTmQg8BBO5feZFFw3zKDy7RcbveNqEq69SrqddXecAEvMiRxoo c4ISB7tRzBsfV30R8oiCfzFuk7yybG5Ex18AWFA6UOtKM9DeMxS2qCDPLGt8T9DqV+ pilblXCm4fb+8wxYqtGq5udYDTwOAUB8HytoOg9kCrDrRyHUiD92dZC0lkookAdwPy DetS3lThxrte4J/wsxm0TWjH2APyukf1sz6bQK/p/CK2aDtZErwM3CApk9vIxHskRe 3Szms3OJJlx1w== From: Michael Walle To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Michael Walle Subject: [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Date: Thu, 15 Jan 2026 14:24:41 +0100 Message-ID: <20260115132558.1522169-1-mwalle@kernel.org> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Enable the modules required to make the sa67 module function properly. It is planned to add this module to KCI. Michael Walle (3): arm64: defconfig: enable the J721E PCI host driver arm64: defconfig: enable TPS6594 power button module arm64: defconfig: enable sa67mcu sensors arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+) -- 2.47.3