lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <174566142162.31282.14563943332282106355.tip-bot2@tip-bot2>
Date: Sat, 26 Apr 2025 09:57:01 -0000
From: "tip-bot2 for Mario Limonciello" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>,
 Mario Limonciello <mario.limonciello@....com>,
 Andi Shyti <andi.shyti@...nel.org>,
 Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
 "H. Peter Anvin" <hpa@...or.com>, Sanket Goswami <Sanket.Goswami@....com>,
 Shyam Sundar S K <Shyam-sundar.S-k@....com>,
 Yazen Ghannam <yazen.ghannam@....com>, linux-i2c@...r.kernel.org,
 x86@...nel.org, linux-kernel@...r.kernel.org
Subject:
 [tip: x86/platform] i2c: piix4: Make CONFIG_I2C_PIIX4 dependent on CONFIG_X86

The following commit has been merged into the x86/platform branch of tip:

Commit-ID:     7e173eb82ae97175fd1ae8390259227f1a76a41f
Gitweb:        https://git.kernel.org/tip/7e173eb82ae97175fd1ae8390259227f1a76a41f
Author:        Mario Limonciello <mario.limonciello@....com>
AuthorDate:    Tue, 22 Apr 2025 18:48:27 -05:00
Committer:     Ingo Molnar <mingo@...nel.org>
CommitterDate: Sat, 26 Apr 2025 11:40:46 +02:00

i2c: piix4: Make CONFIG_I2C_PIIX4 dependent on CONFIG_X86

PIIX4 and compatible controllers are only for X86. As some headers are
being moved into x86 specific headers PIIX4 won't compile on non-x86.

Suggested-by: Ingo Molnar <mingo@...nel.org>
Signed-off-by: Mario Limonciello <mario.limonciello@....com>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Acked-by: Andi Shyti <andi.shyti@...nel.org>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: H. Peter Anvin <hpa@...or.com>
Cc: Sanket Goswami <Sanket.Goswami@....com>
Cc: Shyam Sundar S K <Shyam-sundar.S-k@....com>
Cc: Yazen Ghannam <yazen.ghannam@....com>
Cc: linux-i2c@...r.kernel.org
Link: https://lore.kernel.org/r/20250422234830.2840784-3-superm1@kernel.org
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 83c88c7..bbbd624 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -200,7 +200,7 @@ config I2C_ISMT
 
 config I2C_PIIX4
 	tristate "Intel PIIX4 and compatible (ATI/AMD/Serverworks/Broadcom/SMSC)"
-	depends on PCI && HAS_IOPORT
+	depends on PCI && HAS_IOPORT && X86
 	select I2C_SMBUS
 	help
 	  If you say yes to this option, support will be included for the Intel

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ