From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 D14E946EF9A; Tue, 21 Jul 2026 19:59:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784663958; cv=none; b=CvNJjEn/ojrj4T7j3rpJ5AtN5uW3cB5rKS9T9SDrn0ac8PxJB8JUdAtkYa2sbB0G9kyyVUvMrKHCQXFxzAfqtCghgjzSZItm801J/6pqa3jhIzKkQi2YhMeUq7BHW99zy5ZI+9caV3yp0fy3536O/3ofEgfJq/SxPtLiFeEh38s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784663958; c=relaxed/simple; bh=9BLzY53T0t18RDOi7uzwg77rYCTw10H0gUY12c+HBxk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=G22Vc6BtUaD5SOOg0MwwXTwsz02kTfagV5PwFwvUdqh9Q3KeN5YX6bY5gKxqbLnl3TbOMJyhx74CB/K4llpf55geuyZgmhlZ+Elbj7YTMcShYpIJJrb9hzcOfAPngazDyZFyUqRSGXg9ehnJDmpZWrwEHNx8M8XgXY47qSRdH6c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=eWcmNcjO; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="eWcmNcjO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DB551F000E9; Tue, 21 Jul 2026 19:59:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784663956; bh=OlU2oseQOvSlmYD+N0MM2UYKFTZsmuzRhgAWogEBAZc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=eWcmNcjOt0axWUAdWtlXVo553ABMEpLQWnnQWgirMxCt2eu+/Ml/A9Ka24J/zu+sp tOolv4Lwh698oeWBi+RBrwOmCk/2pSXln9ci+TjuMFDjxMsgzNk2isd3syccN+FO4N UBd5f1s+nbKXTG4l1sw1O2mddtAd1CgsktI5la68= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Joshua Crofts , Guenter Roeck Subject: [PATCH 6.12 0976/1276] hwmon: (max6697) add missing select REGMAP_I2C to Kconfig Date: Tue, 21 Jul 2026 17:23:39 +0200 Message-ID: <20260721152507.860841691@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260721152446.065700225@linuxfoundation.org> References: <20260721152446.065700225@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Joshua Crofts commit ed576f2f4eef8cbe2c110da503825a8dc4717030 upstream. The Kconfig entry for the MAX6697 sensor doesn't contain a `select REGMAP_I2C` parameter, causing build failures if regmap isn't selected previously during the build process. Fixes: 3a2a8cc3fe24 ("hwmon: (max6697) Convert to use regmap") Cc: stable@vger.kernel.org Signed-off-by: Joshua Crofts Link: https://lore.kernel.org/r/20260629-add-kconfig-deps-v1-3-8104df929b1a@gmail.com Signed-off-by: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- drivers/hwmon/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1259,6 +1259,7 @@ config SENSORS_MAX6650 config SENSORS_MAX6697 tristate "Maxim MAX6697 and compatibles" depends on I2C + select REGMAP_I2C help If you say yes here you get support for MAX6581, MAX6602, MAX6622, MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699